diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2011-10-28 10:25:01 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-11-05 15:09:47 -0400 |
commit | 4fc7ae3c849a5a15965c1d41b59b0a606119e71a (patch) | |
tree | da3bf573e7d9da547b2298359cb0788a807f0994 /arch/arm/mach-davinci/include | |
parent | 5895a9c0818d3c800ac8e7d3d3827cc89df2bdbf (diff) |
ARM: 7142/1: davinci: mark GPIO implementation complex
When breaking apart the DaVinci GPIO files I accidentally
marked it non-complex while it is indeed complex.
Reported-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-davinci/include')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/gpio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/include/mach/gpio.h b/arch/arm/mach-davinci/include/mach/gpio.h index fbaae4772b91..960e9de47e1e 100644 --- a/arch/arm/mach-davinci/include/mach/gpio.h +++ b/arch/arm/mach-davinci/include/mach/gpio.h | |||
@@ -15,6 +15,8 @@ | |||
15 | 15 | ||
16 | #include <asm-generic/gpio.h> | 16 | #include <asm-generic/gpio.h> |
17 | 17 | ||
18 | #define __ARM_GPIOLIB_COMPLEX | ||
19 | |||
18 | /* The inline versions use the static inlines in the driver header */ | 20 | /* The inline versions use the static inlines in the driver header */ |
19 | #include "gpio-davinci.h" | 21 | #include "gpio-davinci.h" |
20 | 22 | ||