Skip to content

Commit

Permalink
Input: gpio_keys - use <linux/gpio.h> instead of <asm/gpio.h>
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ben Dooks authored and Dmitry Torokhov committed Nov 20, 2009
1 parent db19fd8 commit 111bc59
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/input/keyboard/gpio_keys.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 111bc59

Please sign in to comment.