diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-09-13 14:57:16 +0200 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-09-14 16:21:56 +0200 |
commit | c3058c27fb761181ff2ee921d3626104c52ad81f (patch) | |
tree | 05afe891cac0b05f5679ccdc53642d7feb6ffa88 /drivers | |
parent | Linux 3.6-rc4 (diff) | |
download | linux-c3058c27fb761181ff2ee921d3626104c52ad81f.tar.xz linux-c3058c27fb761181ff2ee921d3626104c52ad81f.zip |
staging: ste_rmi4: remove gpio.h include
gpio.h is not needed and is going to be removed.
Reported-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/ste_rmi4/board-mop500-u8500uib-rmi4.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/ste_rmi4/board-mop500-u8500uib-rmi4.c b/drivers/staging/ste_rmi4/board-mop500-u8500uib-rmi4.c index a272e488e5b9..47439c3f7258 100644 --- a/drivers/staging/ste_rmi4/board-mop500-u8500uib-rmi4.c +++ b/drivers/staging/ste_rmi4/board-mop500-u8500uib-rmi4.c @@ -5,7 +5,6 @@ #include <linux/i2c.h> #include <linux/gpio.h> #include <linux/interrupt.h> -#include <mach/gpio.h> #include <mach/irqs.h> #include "synaptics_i2c_rmi4.h" |