From: Linus Walleij Date: Fri, 28 Oct 2011 14:25:01 +0000 (+0100) Subject: ARM: 7142/1: davinci: mark GPIO implementation complex X-Git-Tag: v3.2-rc1~35^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4fc7ae3c849a5a15965c1d41b59b0a606119e71a;p=profile%2Fcommon%2Fkernel-common.git 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 Signed-off-by: Linus Walleij Signed-off-by: Russell King --- diff --git a/arch/arm/mach-davinci/include/mach/gpio.h b/arch/arm/mach-davinci/include/mach/gpio.h index fbaae47..960e9de 100644 --- a/arch/arm/mach-davinci/include/mach/gpio.h +++ b/arch/arm/mach-davinci/include/mach/gpio.h @@ -15,6 +15,8 @@ #include +#define __ARM_GPIOLIB_COMPLEX + /* The inline versions use the static inlines in the driver header */ #include "gpio-davinci.h"