summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2024-08-04 17:18:02 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2024-08-05 10:48:34 -0700
commit7925312eca64ef7de8c149ea80e1411be7df4679 (patch)
tree14ba00b4257192a29e81f73737ee0de4c8da9abe /drivers/input/touchscreen
parent2c71e987f0af7b91195d52aebe074b9e2d5423b8 (diff)
downloadlwn-7925312eca64ef7de8c149ea80e1411be7df4679.tar.gz
lwn-7925312eca64ef7de8c149ea80e1411be7df4679.zip
Input: cyttsp - stop including gpio.h
The driver does not use legacy GPIO API, stop including this header. Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/ZrAaOu_vf-cVBhRn@google.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/touchscreen')
-rw-r--r--drivers/input/touchscreen/cyttsp_core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/cyttsp_core.c b/drivers/input/touchscreen/cyttsp_core.c
index 132ed5786e84..3e77cca4f5ca 100644
--- a/drivers/input/touchscreen/cyttsp_core.c
+++ b/drivers/input/touchscreen/cyttsp_core.c
@@ -17,7 +17,6 @@
#include <linux/input.h>
#include <linux/input/mt.h>
#include <linux/input/touchscreen.h>
-#include <linux/gpio.h>
#include <linux/interrupt.h>
#include <linux/slab.h>
#include <linux/property.h>