Skip to content

Commit

Permalink
ARM: 7142/1: davinci: mark GPIO implementation complex
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Linus Walleij authored and Russell King committed Nov 5, 2011
1 parent 5895a9c commit 4fc7ae3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-davinci/include/mach/gpio.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 4fc7ae3

Please sign in to comment.