[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZrAaOu_vf-cVBhRn@google.com>
Date: Sun, 4 Aug 2024 17:18:02 -0700
From: Dmitry Torokhov <dmitry.torokhov@...il.com>
To: Linus Walleij <linus.walleij@...aro.org>
Cc: linux-input@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] Input: cyttsp - stop including gpio.h
The driver does not use legacy GPIO API, stop including this header.
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@...il.com>
---
drivers/input/touchscreen/cyttsp_core.c | 1 -
1 file changed, 1 deletion(-)
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>
--
2.46.0.rc2.264.g509ed76dc8-goog
--
Dmitry
Powered by blists - more mailing lists