aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorHartley Sweeten <hartleys@visionengravers.com>2009-10-07 18:43:26 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-10-10 07:44:43 -0400
commit03d38418a5a3361a757336cd87d64b35c1c7d658 (patch)
treeabad8d5957d6ab5f5496491001e703a96f8bf4d3 /arch
parent591006f830bcc8edf2841750d7543c5c5a672f89 (diff)
ARM: 5753/1: ep93xx: remove old EP93XX_GPIO_* defines
Most of the EP93XX_GPIO_*_INT_* register defines in ep93xx-regs.h not required due to how the ep93xx core and gpiolib support handle gpio interrupts. Remove the defines to prevent future confusion. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Acked-by: Ryan Mallon <ryan@bluewatersys.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-ep93xx/include/mach/ep93xx-regs.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm/mach-ep93xx/include/mach/ep93xx-regs.h b/arch/arm/mach-ep93xx/include/mach/ep93xx-regs.h
index b07338c0a01f..aae72b8ab236 100644
--- a/arch/arm/mach-ep93xx/include/mach/ep93xx-regs.h
+++ b/arch/arm/mach-ep93xx/include/mach/ep93xx-regs.h
@@ -114,20 +114,8 @@
114 114
115#define EP93XX_GPIO_BASE EP93XX_APB_IOMEM(0x00040000) 115#define EP93XX_GPIO_BASE EP93XX_APB_IOMEM(0x00040000)
116#define EP93XX_GPIO_REG(x) (EP93XX_GPIO_BASE + (x)) 116#define EP93XX_GPIO_REG(x) (EP93XX_GPIO_BASE + (x))
117#define EP93XX_GPIO_F_INT_TYPE1 EP93XX_GPIO_REG(0x4c)
118#define EP93XX_GPIO_F_INT_TYPE2 EP93XX_GPIO_REG(0x50)
119#define EP93XX_GPIO_F_INT_ACK EP93XX_GPIO_REG(0x54)
120#define EP93XX_GPIO_F_INT_ENABLE EP93XX_GPIO_REG(0x58)
121#define EP93XX_GPIO_F_INT_STATUS EP93XX_GPIO_REG(0x5c) 117#define EP93XX_GPIO_F_INT_STATUS EP93XX_GPIO_REG(0x5c)
122#define EP93XX_GPIO_A_INT_TYPE1 EP93XX_GPIO_REG(0x90)
123#define EP93XX_GPIO_A_INT_TYPE2 EP93XX_GPIO_REG(0x94)
124#define EP93XX_GPIO_A_INT_ACK EP93XX_GPIO_REG(0x98)
125#define EP93XX_GPIO_A_INT_ENABLE EP93XX_GPIO_REG(0x9c)
126#define EP93XX_GPIO_A_INT_STATUS EP93XX_GPIO_REG(0xa0) 118#define EP93XX_GPIO_A_INT_STATUS EP93XX_GPIO_REG(0xa0)
127#define EP93XX_GPIO_B_INT_TYPE1 EP93XX_GPIO_REG(0xac)
128#define EP93XX_GPIO_B_INT_TYPE2 EP93XX_GPIO_REG(0xb0)
129#define EP93XX_GPIO_B_INT_ACK EP93XX_GPIO_REG(0xb4)
130#define EP93XX_GPIO_B_INT_ENABLE EP93XX_GPIO_REG(0xb8)
131#define EP93XX_GPIO_B_INT_STATUS EP93XX_GPIO_REG(0xbc) 119#define EP93XX_GPIO_B_INT_STATUS EP93XX_GPIO_REG(0xbc)
132 120
133#define EP93XX_AAC_BASE EP93XX_APB_IOMEM(0x00080000) 121#define EP93XX_AAC_BASE EP93XX_APB_IOMEM(0x00080000)