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>
This commit is contained in:
Linus Walleij 2011-10-28 15:25:01 +01:00 committed by Russell King
parent 5895a9c081
commit 4fc7ae3c84

View file

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