Input: gpio_keys - use <linux/gpio.h> instead of <asm/gpio.h>
The gpio keys driver should be using <linux/gpio.h> instead of <asm/gpio.h> Signed-off-by: Ben Dooks <ben@simtec.co.uk> Signed-off-by: Simtec Linux Team <linux@simtec.co.uk> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:

committed by
Dmitry Torokhov

parent
db19fd8b3a
commit
111bc59c08
@@ -23,8 +23,7 @@
|
|||||||
#include <linux/input.h>
|
#include <linux/input.h>
|
||||||
#include <linux/gpio_keys.h>
|
#include <linux/gpio_keys.h>
|
||||||
#include <linux/workqueue.h>
|
#include <linux/workqueue.h>
|
||||||
|
#include <linux/gpio.h>
|
||||||
#include <asm/gpio.h>
|
|
||||||
|
|
||||||
struct gpio_button_data {
|
struct gpio_button_data {
|
||||||
struct gpio_keys_button *button;
|
struct gpio_keys_button *button;
|
||||||
|
Reference in New Issue
Block a user