diff options
author | Uwe Kleine-König <[email protected]> | 2022-12-19 09:40:23 +0100 |
---|---|---|
committer | Javier Martinez Canillas <[email protected]> | 2023-01-10 12:11:48 +0100 |
commit | 9873039caac1574ce10702255722151a530ad01b (patch) | |
tree | 6a97bbcae250a25107592a41e872d4de780d7b20 | |
parent | 2723c25704d643f28533f2e8ac81b2892db42ee9 (diff) |
drm/vc4: dsi: Drop unused i2c include
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 <[email protected]>
Reviewed-by: Javier Martinez Canillas <[email protected]>
Signed-off-by: Javier Martinez Canillas <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | drivers/gpu/drm/vc4/vc4_dsi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/vc4/vc4_dsi.c b/drivers/gpu/drm/vc4/vc4_dsi.c index e05be9a34156..2a71321b9222 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> |