diff options
author | Maíra Canal <mairacanal@riseup.net> | 2022-08-12 23:57:46 +0300 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2022-08-15 10:56:01 +0300 |
commit | 3b3510f1bd5c3112811b5b79cae3754fc91d31b0 (patch) | |
tree | c6ed4ca2f70296cfb6dcc5cd1d70fc051fe52048 | |
parent | 3bd86801c84f66b4abedde4078e5237937b7576b (diff) | |
download | linux-3b3510f1bd5c3112811b5b79cae3754fc91d31b0.tar.xz |
drm/vc4: Drop of_gpio header
This driver includes the deprecated OF GPIO header <linux/of_gpio.h>
yet fail to use symbols from it, so drop the include.
Cc: Emma Anholt <emma@anholt.net>
Cc: Maxime Ripard <mripard@kernel.org>
Signed-off-by: Maíra Canal <mairacanal@riseup.net>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20220812205746.609107-6-mairacanal@riseup.net
-rw-r--r-- | drivers/gpu/drm/vc4/vc4_hdmi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/vc4/vc4_hdmi.c b/drivers/gpu/drm/vc4/vc4_hdmi.c index 6f61a1b8a1a3..84e5a91c2ea7 100644 --- a/drivers/gpu/drm/vc4/vc4_hdmi.c +++ b/drivers/gpu/drm/vc4/vc4_hdmi.c @@ -42,7 +42,6 @@ #include <linux/gpio/consumer.h> #include <linux/i2c.h> #include <linux/of_address.h> -#include <linux/of_gpio.h> #include <linux/of_platform.h> #include <linux/pm_runtime.h> #include <linux/rational.h> |