diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-08-08 13:58:28 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-08-12 08:54:19 +0100 |
commit | 8f3c4537bb08001c4772d66ad3fcfcf24d8d180d (patch) | |
tree | 8cf16008305b6a0c6e0420e69a06d20b3ccd2469 /arch/arm/plat-orion | |
parent | 01e7dc89d060413fd639635618de506093730964 (diff) | |
download | linux-3.10-8f3c4537bb08001c4772d66ad3fcfcf24d8d180d.tar.gz linux-3.10-8f3c4537bb08001c4772d66ad3fcfcf24d8d180d.tar.bz2 linux-3.10-8f3c4537bb08001c4772d66ad3fcfcf24d8d180d.zip |
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/plat-orion')
-rw-r--r-- | arch/arm/plat-orion/include/plat/gpio.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/plat-orion/include/plat/gpio.h b/arch/arm/plat-orion/include/plat/gpio.h index 985c197aecc..f7d76308603 100644 --- a/arch/arm/plat-orion/include/plat/gpio.h +++ b/arch/arm/plat-orion/include/plat/gpio.h @@ -13,8 +13,6 @@ #include <linux/init.h> -#define __ARM_GPIOLIB_TRIVIAL - /* * Orion-specific GPIO API extensions. */ |