forked from Minki/linux
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 <broonie@opensource.wolfsonmicro.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
parent
fb16395ee6
commit
55158c886a
@ -12,9 +12,9 @@
|
||||
#include <linux/module.h>
|
||||
#include <linux/platform_device.h>
|
||||
#include <linux/input-polldev.h>
|
||||
#include <linux/gpio.h>
|
||||
#include <linux/gpio_mouse.h>
|
||||
|
||||
#include <asm/gpio.h>
|
||||
|
||||
/*
|
||||
* Timer function which is run every scan_ms ms when the device is opened.
|
||||
|
Loading…
Reference in New Issue
Block a user