drm: omapdrm: Delete surplus GPIO includes
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 26 Jun 2020 22:06:06 +0000 (00:06 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 21 Aug 2020 12:15:08 +0000 (15:15 +0300)
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
drivers/gpu/drm/omapdrm/dss/hdmi4.c
drivers/gpu/drm/omapdrm/dss/hdmi5.c

index 2578c95570f63f0eaa46e5a3567f393725bb6dca..a14fbf06cb30124e689c2e84106d8860d7f02aab 100644 (file)
@@ -20,7 +20,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>
index 4d4c1fabd0a1a101add1ba4be96e43abc66932f1..b738d9750686a407f21da3acbaa3fe830c170228 100644 (file)
@@ -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>