aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c2410/include/mach/gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s3c2410/include/mach/gpio.h')
-rw-r--r--arch/arm/mach-s3c2410/include/mach/gpio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2410/include/mach/gpio.h b/arch/arm/mach-s3c2410/include/mach/gpio.h
index c89909bd53a..7fe849d13f7 100644
--- a/arch/arm/mach-s3c2410/include/mach/gpio.h
+++ b/arch/arm/mach-s3c2410/include/mach/gpio.h
@@ -25,7 +25,6 @@
/* These two defines should be removed as soon as the
* generic irq handling makes it upstream */
#include <mach/hardware.h>
-#define gpio_to_irq(gpio) s3c2410_gpio_getirq(gpio)
#define irq_to_gpio(irq) s3c2410_gpio_irq2pin(irq)
/* -- cut to here when generic irq makes it */