summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2009-05-25 20:08:35 +0200
committerTony Lindgren <tony@atomide.com>2009-05-25 20:08:35 +0200
commitc28150ee688df25861bb8eeff445ed95baf29321 (patch)
tree9a6decfbd2430e9de3a447d2856f6c33394c10c2 /arch
parentARM: OMAP2/3: Move define of OMAP2_VA_IC_BASE to be local to entry-macro.S (diff)
downloadlinux-c28150ee688df25861bb8eeff445ed95baf29321.tar.xz
linux-c28150ee688df25861bb8eeff445ed95baf29321.zip
ARM: OMAP2/3: Remove OMAP2_PRCM_BASE
It's currently unused, and processor specific defines should be used instead. Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-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 4ce9b6a60a52..60f832449249 100644
--- a/arch/arm/plat-omap/include/mach/omap24xx.h
+++ b/arch/arm/plat-omap/include/mach/omap24xx.h
@@ -87,12 +87,10 @@
#if defined(CONFIG_ARCH_OMAP2420)
-#define OMAP2_PRCM_BASE OMAP2420_PRCM_BASE
#define OMAP2_CM_BASE OMAP2420_CM_BASE
#elif defined(CONFIG_ARCH_OMAP2430)
-#define OMAP2_PRCM_BASE OMAP2430_PRCM_BASE
#define OMAP2_CM_BASE OMAP2430_CM_BASE
#endif