diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-08-08 08:58:28 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-08-12 03:54:19 -0400 |
commit | 8f3c4537bb08001c4772d66ad3fcfcf24d8d180d (patch) | |
tree | 8cf16008305b6a0c6e0420e69a06d20b3ccd2469 /arch/arm/mach-ep93xx | |
parent | 01e7dc89d060413fd639635618de506093730964 (diff) |
ARM: gpio: make trivial GPIOLIB implementation the default
Rather than marking the mach/gpio.h header files which want to use the
trivial GPIOLIB implementation, mark those which do not want to use it
instead. This means that by default, you get the trivial implementation
and only have to do something extra if you need to. This should
encourage the use of the trivial default implementation.
As an additional bonus, several gpio.h header files become empty.
Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Tested-by: Jamie Iles <jamie@jamieiles.com>
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ep93xx')
-rw-r--r-- | arch/arm/mach-ep93xx/include/mach/gpio.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-ep93xx/include/mach/gpio.h b/arch/arm/mach-ep93xx/include/mach/gpio.h index fbc770e3e0cf..071f676c6e09 100644 --- a/arch/arm/mach-ep93xx/include/mach/gpio.h +++ b/arch/arm/mach-ep93xx/include/mach/gpio.h | |||
@@ -99,9 +99,6 @@ | |||
99 | /* maximum value for irq capable line identifiers */ | 99 | /* maximum value for irq capable line identifiers */ |
100 | #define EP93XX_GPIO_LINE_MAX_IRQ EP93XX_GPIO_LINE_F(7) | 100 | #define EP93XX_GPIO_LINE_MAX_IRQ EP93XX_GPIO_LINE_F(7) |
101 | 101 | ||
102 | /* new generic GPIO API - see Documentation/gpio.txt */ | ||
103 | #define __ARM_GPIOLIB_TRIVIAL | ||
104 | |||
105 | /* | 102 | /* |
106 | * Map GPIO A0..A7 (0..7) to irq 64..71, | 103 | * Map GPIO A0..A7 (0..7) to irq 64..71, |
107 | * B0..B7 (7..15) to irq 72..79, and | 104 | * B0..B7 (7..15) to irq 72..79, and |