diff options
Diffstat (limited to 'arch/mips/include/asm/mach-au1x00/gpio-au1000.h')
-rw-r--r-- | arch/mips/include/asm/mach-au1x00/gpio-au1000.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mach-au1x00/gpio-au1000.h b/arch/mips/include/asm/mach-au1x00/gpio-au1000.h index 127d4ed9f073..feea00148b5d 100644 --- a/arch/mips/include/asm/mach-au1x00/gpio-au1000.h +++ b/arch/mips/include/asm/mach-au1x00/gpio-au1000.h | |||
@@ -578,6 +578,15 @@ static inline int irq_to_gpio(int irq) | |||
578 | return alchemy_irq_to_gpio(irq); | 578 | return alchemy_irq_to_gpio(irq); |
579 | } | 579 | } |
580 | 580 | ||
581 | static inline int gpio_request(unsigned gpio, const char *label) | ||
582 | { | ||
583 | return 0; | ||
584 | } | ||
585 | |||
586 | static inline void gpio_free(unsigned gpio) | ||
587 | { | ||
588 | } | ||
589 | |||
581 | #endif /* !CONFIG_ALCHEMY_GPIO_INDIRECT */ | 590 | #endif /* !CONFIG_ALCHEMY_GPIO_INDIRECT */ |
582 | 591 | ||
583 | 592 | ||