aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2019-12-03 16:26:55 +0100
committerSam Ravnborg <sam@ravnborg.org>2019-12-03 18:41:22 +0100
commit99a375519eeaac617a0d5859d5a987049d548f59 (patch)
tree97a7f5180d2c2617ab5d15a8a6bee1b3d4a0a384 /drivers/gpu
parentdrm/crtc-helper: drm_connector_get_single_encoder prototype is missing (diff)
downloadlinux-dev-99a375519eeaac617a0d5859d5a987049d548f59.tar.xz
linux-dev-99a375519eeaac617a0d5859d5a987049d548f59.zip
drm/panel: rpi: Drop unused GPIO includes
The Rpi panel driver doesn't use any symbols from these GPIO includes so just drop them. Cc: Eric Anholt <eric@anholt.net> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Link: https://patchwork.freedesktop.org/patch/msgid/20191203152655.159281-1-linus.walleij@linaro.org
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c b/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c
index 09824e92fc78..adf2dace96e3 100644
--- a/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c
+++ b/drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c
@@ -44,8 +44,6 @@
#include <linux/delay.h>
#include <linux/err.h>
#include <linux/fb.h>
-#include <linux/gpio.h>
-#include <linux/gpio/consumer.h>
#include <linux/i2c.h>
#include <linux/module.h>
#include <linux/of.h>