Message ID | 20210704093433.27717-1-jagan@amarulasolutions.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | drm: bridge: nwl-dsi: Drop unused nwl_dsi_plat_clk_config | expand |
Hi, On Sun, Jul 04, 2021 at 03:04:33PM +0530, Jagan Teki wrote: > nwl_dsi_plat_clk_config structure added in below commit but not > used anywhere in the driver. > > commit <44cfc6233447c> ("drm/bridge: Add NWL MIPI DSI host controller > support") > > Drop it. Reviewed-by: Guido Günther <agx@sigxcpu.org> Cheers, -- Guido > > Cc: Guido Günther <agx@sigxcpu.org> > Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> > --- > drivers/gpu/drm/bridge/nwl-dsi.c | 6 ------ > 1 file changed, 6 deletions(-) > > diff --git a/drivers/gpu/drm/bridge/nwl-dsi.c b/drivers/gpu/drm/bridge/nwl-dsi.c > index 873995f0a741..d7986067eefe 100644 > --- a/drivers/gpu/drm/bridge/nwl-dsi.c > +++ b/drivers/gpu/drm/bridge/nwl-dsi.c > @@ -48,12 +48,6 @@ enum transfer_direction { > #define NWL_DSI_ENDPOINT_LCDIF 0 > #define NWL_DSI_ENDPOINT_DCSS 1 > > -struct nwl_dsi_plat_clk_config { > - const char *id; > - struct clk *clk; > - bool present; > -}; > - > struct nwl_dsi_transfer { > const struct mipi_dsi_msg *msg; > struct mipi_dsi_packet packet; > -- > 2.25.1 >
Hi Jagan, On Sun, Jul 04, 2021 at 03:04:33PM +0530, Jagan Teki wrote: > nwl_dsi_plat_clk_config structure added in below commit but not > used anywhere in the driver. > > commit <44cfc6233447c> ("drm/bridge: Add NWL MIPI DSI host controller > support") > > Drop it. > > Cc: Guido Günther <agx@sigxcpu.org> > Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Applied to drm-misc-next. Sam
diff --git a/drivers/gpu/drm/bridge/nwl-dsi.c b/drivers/gpu/drm/bridge/nwl-dsi.c index 873995f0a741..d7986067eefe 100644 --- a/drivers/gpu/drm/bridge/nwl-dsi.c +++ b/drivers/gpu/drm/bridge/nwl-dsi.c @@ -48,12 +48,6 @@ enum transfer_direction { #define NWL_DSI_ENDPOINT_LCDIF 0 #define NWL_DSI_ENDPOINT_DCSS 1 -struct nwl_dsi_plat_clk_config { - const char *id; - struct clk *clk; - bool present; -}; - struct nwl_dsi_transfer { const struct mipi_dsi_msg *msg; struct mipi_dsi_packet packet;
nwl_dsi_plat_clk_config structure added in below commit but not used anywhere in the driver. commit <44cfc6233447c> ("drm/bridge: Add NWL MIPI DSI host controller support") Drop it. Cc: Guido Günther <agx@sigxcpu.org> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> --- drivers/gpu/drm/bridge/nwl-dsi.c | 6 ------ 1 file changed, 6 deletions(-)