diff options
Diffstat (limited to 'arch/arm/mach-ks8695/include')
-rw-r--r-- | arch/arm/mach-ks8695/include/mach/gpio.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm/mach-ks8695/include/mach/gpio.h b/arch/arm/mach-ks8695/include/mach/gpio.h index 6379f2fe843d..86312d476bc6 100644 --- a/arch/arm/mach-ks8695/include/mach/gpio.h +++ b/arch/arm/mach-ks8695/include/mach/gpio.h | |||
@@ -36,11 +36,6 @@ | |||
36 | extern int ks8695_gpio_interrupt(unsigned int pin, unsigned int type); | 36 | extern int ks8695_gpio_interrupt(unsigned int pin, unsigned int type); |
37 | 37 | ||
38 | /* | 38 | /* |
39 | * Map GPIO line to IRQ number. | ||
40 | */ | ||
41 | extern int gpio_to_irq(unsigned int pin); | ||
42 | |||
43 | /* | ||
44 | * Map IRQ number to GPIO line. | 39 | * Map IRQ number to GPIO line. |
45 | */ | 40 | */ |
46 | extern int irq_to_gpio(unsigned int irq); | 41 | extern int irq_to_gpio(unsigned int irq); |
@@ -54,6 +49,7 @@ extern int irq_to_gpio(unsigned int irq); | |||
54 | */ | 49 | */ |
55 | #define gpio_get_value __gpio_get_value | 50 | #define gpio_get_value __gpio_get_value |
56 | #define gpio_set_value __gpio_set_value | 51 | #define gpio_set_value __gpio_set_value |
52 | #define gpio_to_irq __gpio_to_irq | ||
57 | 53 | ||
58 | /* Register the GPIOs */ | 54 | /* Register the GPIOs */ |
59 | extern void ks8695_register_gpios(void); | 55 | extern void ks8695_register_gpios(void); |