Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

-1
-1
drivers/input/touchscreen/cyttsp_core.c
··· 17 17 #include <linux/input.h> 18 18 #include <linux/input/mt.h> 19 19 #include <linux/input/touchscreen.h> 20 - #include <linux/gpio.h> 21 20 #include <linux/interrupt.h> 22 21 #include <linux/slab.h> 23 22 #include <linux/property.h>