From 98301d22f74a9b85b587903586fc51448c01b4be Mon Sep 17 00:00:00 2001 From: Manuel Lauss Date: Fri, 28 Aug 2009 11:26:58 +0200 Subject: [PATCH] --- yaml --- r: 162812 b: refs/heads/master c: 75f453164178a1749297fc466300bf3e34ef8103 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/include/asm/mach-au1x00/gpio-au1000.h | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index bdc1a8d903af..815fd3641622 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6de4c6f9c8ead69d2f423ea80a384ef98bb4b3f8 +refs/heads/master: 75f453164178a1749297fc466300bf3e34ef8103 diff --git a/trunk/arch/mips/include/asm/mach-au1x00/gpio-au1000.h b/trunk/arch/mips/include/asm/mach-au1x00/gpio-au1000.h index 127d4ed9f073..feea00148b5d 100644 --- a/trunk/arch/mips/include/asm/mach-au1x00/gpio-au1000.h +++ b/trunk/arch/mips/include/asm/mach-au1x00/gpio-au1000.h @@ -578,6 +578,15 @@ static inline int irq_to_gpio(int irq) return alchemy_irq_to_gpio(irq); } +static inline int gpio_request(unsigned gpio, const char *label) +{ + return 0; +} + +static inline void gpio_free(unsigned gpio) +{ +} + #endif /* !CONFIG_ALCHEMY_GPIO_INDIRECT */