diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2011-08-22 09:49:07 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-08-22 10:13:44 +0200 |
commit | 2428835fc6a579b68dde16d37e0b72ca29259c96 (patch) | |
tree | 3118e3f4793d2032c0d469f2f4d6e86992918547 /drivers/gpio/gpio-sa1100.c | |
parent | ARM: 7045/1: mach-lpc32xx: break out GPIO driver specifics (diff) | |
download | linux-2428835fc6a579b68dde16d37e0b72ca29259c96.tar.xz linux-2428835fc6a579b68dde16d37e0b72ca29259c96.zip |
ARM: 7049/1: mach-sa1100: move SA1100 GPIO driver to GPIO subsystem
As per example from the other ARM boards, push the SA100
GPIO driver down to the GPIO subsystem so it can be consolidated.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to '')
-rw-r--r-- | drivers/gpio/gpio-sa1100.c (renamed from arch/arm/mach-sa1100/gpio.c) | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-sa1100/gpio.c b/drivers/gpio/gpio-sa1100.c index e547ed41ec6b..b6c1f6d80649 100644 --- a/arch/arm/mach-sa1100/gpio.c +++ b/drivers/gpio/gpio-sa1100.c @@ -12,7 +12,6 @@ #include <linux/module.h> #include <mach/hardware.h> -#include "generic.h" static int sa1100_gpio_get(struct gpio_chip *chip, unsigned offset) { |