diff options
author | 2020-06-27 00:06:06 +0200 | |
---|---|---|
committer | 2020-08-21 15:15:08 +0300 | |
commit | 35201cc1f8053f11bfd47032c1150cb404650a61 (patch) | |
tree | ab4ef3d838ad1d2b950b85064dfb0cd545b5876a /drivers/gpu/drm/omapdrm/dss/hdmi5.c | |
parent | drm/panel: novatek,nt39016: Remove 'dev' field in priv struct (diff) | |
download | wireguard-linux-35201cc1f8053f11bfd47032c1150cb404650a61.tar.xz wireguard-linux-35201cc1f8053f11bfd47032c1150cb404650a61.zip |
drm: omapdrm: Delete surplus GPIO includes
The OMAP DRM driver includes <linux/gpio.h> into the two
hdmi4.c and hdmi5.c files but does not use any symbols from
these files. Drop the includes.
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: Jyri Sarha <jsarha@ti.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200626220606.340937-1-linus.walleij@linaro.org
Diffstat (limited to '')
-rw-r--r-- | drivers/gpu/drm/omapdrm/dss/hdmi5.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/omapdrm/dss/hdmi5.c b/drivers/gpu/drm/omapdrm/dss/hdmi5.c index 4d4c1fabd0a1..b738d9750686 100644 --- a/drivers/gpu/drm/omapdrm/dss/hdmi5.c +++ b/drivers/gpu/drm/omapdrm/dss/hdmi5.c @@ -24,7 +24,6 @@ #include <linux/platform_device.h> #include <linux/pm_runtime.h> #include <linux/clk.h> -#include <linux/gpio.h> #include <linux/regulator/consumer.h> #include <linux/component.h> #include <linux/of.h> |