diff mbox series

Input: cyttsp - stop including gpio.h

Message ID ZrAaOu_vf-cVBhRn@google.com (mailing list archive)
State Mainlined
Commit 7925312eca64ef7de8c149ea80e1411be7df4679
Headers show
Series Input: cyttsp - stop including gpio.h | expand

Commit Message

Dmitry Torokhov Aug. 5, 2024, 12:18 a.m. UTC
The driver does not use legacy GPIO API, stop including this header.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
---
 drivers/input/touchscreen/cyttsp_core.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Linus Walleij Aug. 5, 2024, 8:15 a.m. UTC | #1
On Mon, Aug 5, 2024 at 2:18 AM Dmitry Torokhov
<dmitry.torokhov@gmail.com> wrote:

> The driver does not use legacy GPIO API, stop including this header.
>
> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij
diff mbox series

Patch

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>