Skip to content

Commit

Permalink
DA8xx: kill duplicate #define DA8XX_GPIO_BASE
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sergei Shtylyov authored and Sekhar Nori committed May 6, 2011
1 parent 0ee5623 commit 5a9f68f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/mach-davinci/devices-da8xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
#define DA8XX_EMAC_CPGMACSS_BASE 0x01e22000
#define DA8XX_EMAC_CPGMAC_BASE 0x01e23000
#define DA8XX_EMAC_MDIO_BASE 0x01e24000
#define DA8XX_GPIO_BASE 0x01e26000
#define DA8XX_I2C1_BASE 0x01e28000
#define DA8XX_SPI0_BASE 0x01c41000
#define DA830_SPI1_BASE 0x01e12000
Expand Down

0 comments on commit 5a9f68f

Please sign in to comment.