diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-s5pc100/include/mach/gpio.h | 7 | ||||
-rw-r--r-- | arch/arm/mach-s5pc100/include/mach/regs-gpio.h | 7 |
2 files changed, 7 insertions, 7 deletions
diff --git a/arch/arm/mach-s5pc100/include/mach/gpio.h b/arch/arm/mach-s5pc100/include/mach/gpio.h index 71ae1f52df1d..29a8a12d9b4f 100644 --- a/arch/arm/mach-s5pc100/include/mach/gpio.h +++ b/arch/arm/mach-s5pc100/include/mach/gpio.h | |||
@@ -146,13 +146,6 @@ enum s5p_gpio_number { | |||
146 | /* define the number of gpios we need to the one after the MP04() range */ | 146 | /* define the number of gpios we need to the one after the MP04() range */ |
147 | #define ARCH_NR_GPIOS (S5PC100_GPIO_END + 1) | 147 | #define ARCH_NR_GPIOS (S5PC100_GPIO_END + 1) |
148 | 148 | ||
149 | #define EINT_MODE S3C_GPIO_SFN(0x2) | ||
150 | |||
151 | #define EINT_GPIO_0(x) S5PC100_GPH0(x) | ||
152 | #define EINT_GPIO_1(x) S5PC100_GPH1(x) | ||
153 | #define EINT_GPIO_2(x) S5PC100_GPH2(x) | ||
154 | #define EINT_GPIO_3(x) S5PC100_GPH3(x) | ||
155 | |||
156 | #include <asm-generic/gpio.h> | 149 | #include <asm-generic/gpio.h> |
157 | 150 | ||
158 | #endif /* __ASM_ARCH_GPIO_H */ | 151 | #endif /* __ASM_ARCH_GPIO_H */ |
diff --git a/arch/arm/mach-s5pc100/include/mach/regs-gpio.h b/arch/arm/mach-s5pc100/include/mach/regs-gpio.h index dd6295e1251d..6abe481e248d 100644 --- a/arch/arm/mach-s5pc100/include/mach/regs-gpio.h +++ b/arch/arm/mach-s5pc100/include/mach/regs-gpio.h | |||
@@ -71,5 +71,12 @@ | |||
71 | #define S5P_EXTINT_RISEEDGE (0x03) | 71 | #define S5P_EXTINT_RISEEDGE (0x03) |
72 | #define S5P_EXTINT_BOTHEDGE (0x04) | 72 | #define S5P_EXTINT_BOTHEDGE (0x04) |
73 | 73 | ||
74 | #define EINT_MODE S3C_GPIO_SFN(0x2) | ||
75 | |||
76 | #define EINT_GPIO_0(x) S5PC100_GPH0(x) | ||
77 | #define EINT_GPIO_1(x) S5PC100_GPH1(x) | ||
78 | #define EINT_GPIO_2(x) S5PC100_GPH2(x) | ||
79 | #define EINT_GPIO_3(x) S5PC100_GPH3(x) | ||
80 | |||
74 | #endif /* __ASM_MACH_S5PC100_REGS_GPIO_H */ | 81 | #endif /* __ASM_MACH_S5PC100_REGS_GPIO_H */ |
75 | 82 | ||