Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 111bc59c authored by Ben Dooks's avatar Ben Dooks Committed by Dmitry Torokhov
Browse files

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: default avatarBen Dooks <ben@simtec.co.uk>
Signed-off-by: default avatarSimtec Linux Team <linux@simtec.co.uk>
Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent db19fd8b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -23,8 +23,7 @@
#include <linux/input.h>
#include <linux/gpio_keys.h>
#include <linux/workqueue.h>

#include <asm/gpio.h>
#include <linux/gpio.h>

struct gpio_button_data {
	struct gpio_keys_button *button;