Explorar o código

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>
Linus Walleij %!s(int64=13) %!d(string=hai) anos
pai
achega
4fc7ae3c84
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      arch/arm/mach-davinci/include/mach/gpio.h

+ 2 - 0
arch/arm/mach-davinci/include/mach/gpio.h

@@ -15,6 +15,8 @@
 
 #include <asm-generic/gpio.h>
 
+#define __ARM_GPIOLIB_COMPLEX
+
 /* The inline versions use the static inlines in the driver header */
 #include "gpio-davinci.h"