diff options
author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | 2011-04-06 13:24:31 -0400 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2011-05-06 02:40:53 -0400 |
commit | 5a9f68fd2608384e09e18767ebc253d7aee86b34 (patch) | |
tree | 1c457ef546df96e783d69cfd3de80af4ff9c8f39 /arch/arm | |
parent | 0ee5623f9a6e52df90a78bd21179f8ab370e102e (diff) |
DA8xx: kill duplicate #define DA8XX_GPIO_BASE
DA8XX_GPIO_BASE is #define'd in both <mach/da8xx.h> and devices-da8xx.c;
moreover, it's not even used in the latter file...
Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-davinci/devices-da8xx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/devices-da8xx.c b/arch/arm/mach-davinci/devices-da8xx.c index 58a02dc7b15a..feffafa121e4 100644 --- a/arch/arm/mach-davinci/devices-da8xx.c +++ b/arch/arm/mach-davinci/devices-da8xx.c | |||
@@ -36,7 +36,6 @@ | |||
36 | #define DA8XX_EMAC_CPGMACSS_BASE 0x01e22000 | 36 | #define DA8XX_EMAC_CPGMACSS_BASE 0x01e22000 |
37 | #define DA8XX_EMAC_CPGMAC_BASE 0x01e23000 | 37 | #define DA8XX_EMAC_CPGMAC_BASE 0x01e23000 |
38 | #define DA8XX_EMAC_MDIO_BASE 0x01e24000 | 38 | #define DA8XX_EMAC_MDIO_BASE 0x01e24000 |
39 | #define DA8XX_GPIO_BASE 0x01e26000 | ||
40 | #define DA8XX_I2C1_BASE 0x01e28000 | 39 | #define DA8XX_I2C1_BASE 0x01e28000 |
41 | #define DA8XX_SPI0_BASE 0x01c41000 | 40 | #define DA8XX_SPI0_BASE 0x01c41000 |
42 | #define DA830_SPI1_BASE 0x01e12000 | 41 | #define DA830_SPI1_BASE 0x01e12000 |