Message ID | 20221219084023.1402282-1-u.kleine-koenig@pengutronix.de (mailing list archive) |
---|---|
State | Accepted, archived |
Commit | 9873039caac1 |
Headers | show |
Series | drm/vc4: dsi: Drop unused i2c include | expand |
On 12/19/22 09:40, Uwe Kleine-König wrote: > The driver doesn't make use of any symbol provided by <linux/i2c.h>. So > drop the include. > > Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> > --- Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
On 12/19/22 09:49, Javier Martinez Canillas wrote: > On 12/19/22 09:40, Uwe Kleine-König wrote: >> The driver doesn't make use of any symbol provided by <linux/i2c.h>. So >> drop the include. >> >> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> >> --- > > Reviewed-by: Javier Martinez Canillas <javierm@redhat.com> > I've pushed this to drm-misc (dri-misc-next) now. Thanks!
diff --git a/drivers/gpu/drm/vc4/vc4_dsi.c b/drivers/gpu/drm/vc4/vc4_dsi.c index 878e05d79e81..08e95c1d4a04 100644 --- a/drivers/gpu/drm/vc4/vc4_dsi.c +++ b/drivers/gpu/drm/vc4/vc4_dsi.c @@ -24,7 +24,6 @@ #include <linux/component.h> #include <linux/dma-mapping.h> #include <linux/dmaengine.h> -#include <linux/i2c.h> #include <linux/io.h> #include <linux/of_address.h> #include <linux/of_platform.h>
The driver doesn't make use of any symbol provided by <linux/i2c.h>. So drop the include. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> --- drivers/gpu/drm/vc4/vc4_dsi.c | 1 - 1 file changed, 1 deletion(-)