summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pv210/include/mach/gpio.h
diff options
context:
space:
mode:
authorRussell King2011-08-08 14:58:28 +0200
committerRussell King2011-08-12 09:54:19 +0200
commit8f3c4537bb08001c4772d66ad3fcfcf24d8d180d (patch)
tree8cf16008305b6a0c6e0420e69a06d20b3ccd2469 /arch/arm/mach-s5pv210/include/mach/gpio.h
parentARM: gpio: consolidate gpio_to_irq (diff)
downloadkernel-qcow2-linux-8f3c4537bb08001c4772d66ad3fcfcf24d8d180d.tar.gz
kernel-qcow2-linux-8f3c4537bb08001c4772d66ad3fcfcf24d8d180d.tar.xz
kernel-qcow2-linux-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/mach-s5pv210/include/mach/gpio.h')
-rw-r--r--arch/arm/mach-s5pv210/include/mach/gpio.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-s5pv210/include/mach/gpio.h b/arch/arm/mach-s5pv210/include/mach/gpio.h
index d348ee2cb0ac..6c8b903c02e4 100644
--- a/arch/arm/mach-s5pv210/include/mach/gpio.h
+++ b/arch/arm/mach-s5pv210/include/mach/gpio.h
@@ -13,8 +13,6 @@
#ifndef __ASM_ARCH_GPIO_H
#define __ASM_ARCH_GPIO_H __FILE__
-#define __ARM_GPIOLIB_TRIVIAL
-
/* Practically, GPIO banks up to MP03 are the configurable gpio banks */
/* GPIO bank sizes */