From 3adf167fe680383d37daf47bbcb3eed79da6fb0f Mon Sep 17 00:00:00 2001 From: Alek Du Date: Tue, 11 Jan 2011 10:55:32 +0000 Subject: [PATCH] --- yaml --- r: 228977 b: refs/heads/master c: 718c45bd1aa80c4e23a0ee204c973e3014e94708 h: refs/heads/master i: 228975: 6e3bb7f9bfd04c79b1d92bfa27d6236d87eeafd3 v: v3 --- [refs] | 2 +- trunk/arch/x86/include/asm/gpio.h | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 263f8ad38f2f..75ae4c1b7a32 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 990a32d1e54b3c0f7304bec95fb883404589b3f0 +refs/heads/master: 718c45bd1aa80c4e23a0ee204c973e3014e94708 diff --git a/trunk/arch/x86/include/asm/gpio.h b/trunk/arch/x86/include/asm/gpio.h index 49dbfdfa50f9..91d915a65259 100644 --- a/trunk/arch/x86/include/asm/gpio.h +++ b/trunk/arch/x86/include/asm/gpio.h @@ -38,12 +38,9 @@ static inline int gpio_cansleep(unsigned int gpio) return __gpio_cansleep(gpio); } -/* - * Not implemented, yet. - */ static inline int gpio_to_irq(unsigned int gpio) { - return -ENOSYS; + return __gpio_to_irq(gpio); } static inline int irq_to_gpio(unsigned int irq)