diff options
author | Tony Lindgren <tony@atomide.com> | 2009-05-25 20:26:45 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-05-25 20:26:45 +0200 |
commit | 2e693f841f70508a082ded0276a33b2e503d98b7 (patch) | |
tree | 6fa92724403406a12e16a88e84a4ff8887b2618d /arch/arm/plat-omap/include/mach/omap24xx.h | |
parent | ARM: OMAP2/3: Remove OMAP_PRM_REGADDR and OMAP2_PRM_BASE (diff) | |
download | linux-2e693f841f70508a082ded0276a33b2e503d98b7.tar.xz linux-2e693f841f70508a082ded0276a33b2e503d98b7.zip |
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.h | 2 |
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 10a6413c73e8..4ce9b6a60a52 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 |