diff options
Diffstat (limited to 'arch/arm/mach-davinci/gpio.c')
-rw-r--r-- | arch/arm/mach-davinci/gpio.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm/mach-davinci/gpio.c b/arch/arm/mach-davinci/gpio.c index b62d5e2bd37e..2efb4468ebd0 100644 --- a/arch/arm/mach-davinci/gpio.c +++ b/arch/arm/mach-davinci/gpio.c | |||
@@ -71,11 +71,7 @@ static int __init davinci_gpio_irq_setup(void); | |||
71 | 71 | ||
72 | /*--------------------------------------------------------------------------*/ | 72 | /*--------------------------------------------------------------------------*/ |
73 | 73 | ||
74 | /* | 74 | /* board setup code *MUST* setup pinmux and enable the GPIO clock. */ |
75 | * board setup code *MUST* set PINMUX0 and PINMUX1 as | ||
76 | * needed, and enable the GPIO clock. | ||
77 | */ | ||
78 | |||
79 | static inline int __davinci_direction(struct gpio_chip *chip, | 75 | static inline int __davinci_direction(struct gpio_chip *chip, |
80 | unsigned offset, bool out, int value) | 76 | unsigned offset, bool out, int value) |
81 | { | 77 | { |