From: Linus Walleij Date: Fri, 28 Oct 2011 14:25:01 +0000 (+0100) Subject: ARM: 7142/1: davinci: mark GPIO implementation complex X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=4fc7ae3c849a5a15965c1d41b59b0a606119e71a;p=deliverable%2Flinux.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 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 @@ #include +#define __ARM_GPIOLIB_COMPLEX + /* The inline versions use the static inlines in the driver header */ #include "gpio-davinci.h"