aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/plat-omap/include/mach/omap24xx.h
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2009-05-25 11:26:45 -0700
committerTony Lindgren <tony@atomide.com>2009-05-25 11:26:45 -0700
commit2e693f841f70508a082ded0276a33b2e503d98b7 (patch)
tree6fa92724403406a12e16a88e84a4ff8887b2618d /arch/arm/plat-omap/include/mach/omap24xx.h
parent8e3bd351d1d2505e17d0b10c17bf8d7655eb9faf (diff)
ARM: OMAP2/3: Move define of OMAP2_VA_IC_BASE to be local to entry-macro.S
Move define of OMAP2_VA_IC_BASE to be local to entry-macro.S Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap/include/mach/omap24xx.h')
-rw-r--r--arch/arm/plat-omap/include/mach/omap24xx.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/plat-omap/include/mach/omap24xx.h b/arch/arm/plat-omap/include/mach/omap24xx.h
index 10a6413c73e..4ce9b6a60a5 100644
--- a/arch/arm/plat-omap/include/mach/omap24xx.h
+++ b/arch/arm/plat-omap/include/mach/omap24xx.h
@@ -89,13 +89,11 @@
#define OMAP2_PRCM_BASE OMAP2420_PRCM_BASE
#define OMAP2_CM_BASE OMAP2420_CM_BASE
-#define OMAP2_VA_IC_BASE IO_ADDRESS(OMAP24XX_IC_BASE)
#elif defined(CONFIG_ARCH_OMAP2430)
#define OMAP2_PRCM_BASE OMAP2430_PRCM_BASE
#define OMAP2_CM_BASE OMAP2430_CM_BASE
-#define OMAP2_VA_IC_BASE IO_ADDRESS(OMAP24XX_IC_BASE)
#endif