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-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=55158c886a0c43765140673d2343d3119d34a25a;p=mv-sheeva.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 a9ad8e1402b..39fe9b737ca 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.