dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/vc4: dsi: Drop unused i2c include
@ 2022-12-19  8:40 Uwe Kleine-König
  2022-12-19  8:49 ` Javier Martinez Canillas
  0 siblings, 1 reply; 3+ messages in thread
From: Uwe Kleine-König @ 2022-12-19  8:40 UTC (permalink / raw)
  To: Emma Anholt, Maxime Ripard; +Cc: kernel, dri-devel, Javier Martinez Canillas

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(-)

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>
-- 
2.38.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-01-10 11:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-19  8:40 [PATCH] drm/vc4: dsi: Drop unused i2c include Uwe Kleine-König
2022-12-19  8:49 ` Javier Martinez Canillas
2023-01-10 11:13   ` Javier Martinez Canillas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox