From: Mark Brown Date: Tue, 10 Apr 2012 16:03:03 +0000 (-0700) Subject: Input: gpio_mouse - use linux/gpio.h rather than asm/gpio.h X-Git-Tag: firefly_0821_release~176^2~541^2~344 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=55158c886a0c43765140673d2343d3119d34a25a;p=firefly-linux-kernel-4.4.55.git Input: gpio_mouse - use linux/gpio.h rather than asm/gpio.h Direct usage of the asm include has long been deprecated by the introduction of gpiolib. Signed-off-by: Mark Brown Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/mouse/gpio_mouse.c b/drivers/input/mouse/gpio_mouse.c index a9ad8e1402be..39fe9b737cae 100644 --- a/drivers/input/mouse/gpio_mouse.c +++ b/drivers/input/mouse/gpio_mouse.c @@ -12,9 +12,9 @@ #include #include #include +#include #include -#include /* * Timer function which is run every scan_ms ms when the device is opened.