From: Dmitry Torokhov Date: Mon, 5 Aug 2024 00:18:02 +0000 (-0700) Subject: Input: cyttsp - stop including gpio.h X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=7925312eca64ef7de8c149ea80e1411be7df4679;p=users%2Fjedix%2Flinux-maple.git Input: cyttsp - stop including gpio.h The driver does not use legacy GPIO API, stop including this header. Reviewed-by: Linus Walleij Link: https://lore.kernel.org/r/ZrAaOu_vf-cVBhRn@google.com Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/touchscreen/cyttsp_core.c b/drivers/input/touchscreen/cyttsp_core.c index 132ed5786e843..3e77cca4f5ca5 100644 --- a/drivers/input/touchscreen/cyttsp_core.c +++ b/drivers/input/touchscreen/cyttsp_core.c @@ -17,7 +17,6 @@ #include #include #include -#include #include #include #include