diff options
-rw-r--r-- | arch/arm/mach-s3c2410/include/mach/gpio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/include/mach/gpio.h b/arch/arm/mach-s3c2410/include/mach/gpio.h index e0349af8a483..00476a573bbe 100644 --- a/arch/arm/mach-s3c2410/include/mach/gpio.h +++ b/arch/arm/mach-s3c2410/include/mach/gpio.h | |||
@@ -14,6 +14,7 @@ | |||
14 | #define gpio_get_value __gpio_get_value | 14 | #define gpio_get_value __gpio_get_value |
15 | #define gpio_set_value __gpio_set_value | 15 | #define gpio_set_value __gpio_set_value |
16 | #define gpio_cansleep __gpio_cansleep | 16 | #define gpio_cansleep __gpio_cansleep |
17 | #define gpio_to_irq __gpio_to_irq | ||
17 | 18 | ||
18 | /* some boards require extra gpio capacity to support external | 19 | /* some boards require extra gpio capacity to support external |
19 | * devices that need GPIO. | 20 | * devices that need GPIO. |