diff options
author | Tony Lindgren <tony@atomide.com> | 2009-05-25 11:08:35 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-05-25 11:08:35 -0700 |
commit | 8a424bb3c92b2df17008dfa17ac55b602290267b (patch) | |
tree | 6fa92724403406a12e16a88e84a4ff8887b2618d /arch/arm/plat-omap/include/mach/omap34xx.h | |
parent | 23b7dd3166fcd88d82ada7e13478fbe4c2231ddf (diff) | |
download | op-kernel-dev-8a424bb3c92b2df17008dfa17ac55b602290267b.zip op-kernel-dev-8a424bb3c92b2df17008dfa17ac55b602290267b.tar.gz |
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/omap34xx.h')
-rw-r--r-- | arch/arm/plat-omap/include/mach/omap34xx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/include/mach/omap34xx.h b/arch/arm/plat-omap/include/mach/omap34xx.h index 4233064..36c99ca 100644 --- a/arch/arm/plat-omap/include/mach/omap34xx.h +++ b/arch/arm/plat-omap/include/mach/omap34xx.h @@ -86,7 +86,6 @@ #if defined(CONFIG_ARCH_OMAP3430) #define OMAP2_CM_BASE OMAP3430_CM_BASE -#define OMAP2_VA_IC_BASE IO_ADDRESS(OMAP34XX_IC_BASE) #endif |