diff options
author | Tony Lindgren <tony@atomide.com> | 2009-05-25 14:26:46 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2009-05-25 14:26:46 -0400 |
commit | 07b95d000d48bd44e6f573566c1eba985ef25ed4 (patch) | |
tree | 9a6decfbd2430e9de3a447d2856f6c33394c10c2 /arch | |
parent | 2e693f841f70508a082ded0276a33b2e503d98b7 (diff) |
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.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 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 @@ | |||
87 | 87 | ||
88 | #if defined(CONFIG_ARCH_OMAP2420) | 88 | #if defined(CONFIG_ARCH_OMAP2420) |
89 | 89 | ||
90 | #define OMAP2_PRCM_BASE OMAP2420_PRCM_BASE | ||
91 | #define OMAP2_CM_BASE OMAP2420_CM_BASE | 90 | #define OMAP2_CM_BASE OMAP2420_CM_BASE |
92 | 91 | ||
93 | #elif defined(CONFIG_ARCH_OMAP2430) | 92 | #elif defined(CONFIG_ARCH_OMAP2430) |
94 | 93 | ||
95 | #define OMAP2_PRCM_BASE OMAP2430_PRCM_BASE | ||
96 | #define OMAP2_CM_BASE OMAP2430_CM_BASE | 94 | #define OMAP2_CM_BASE OMAP2430_CM_BASE |
97 | 95 | ||
98 | #endif | 96 | #endif |