aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/plat-omap/include/mach/omap34xx.h
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2009-05-25 11:08:33 -0700
committerTony Lindgren <tony@atomide.com>2009-05-25 11:08:33 -0700
commitbed8b97d88b56fdad5677585262e20c5f0a1a8e2 (patch)
treebe5cccc4cd606ea9cf4890077d9b25319f220a80 /arch/arm/plat-omap/include/mach/omap34xx.h
parent59a3759d0fe8d969888c741bb33f4946e4d3750d (diff)
ARM: OMAP2/3: Remove OMAP2_32KSYNCT_BASE
Use processor specific defines instead. As an extra bonus, this patch fixes the problem of CONFIG_DEBUG_SPINLOCK calling sched_clock before we have things initialized: http://patchwork.kernel.org/patch/15810/ 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.h1
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 ab640151d3e..581d9103c35 100644
--- a/arch/arm/plat-omap/include/mach/omap34xx.h
+++ b/arch/arm/plat-omap/include/mach/omap34xx.h
@@ -85,7 +85,6 @@
#if defined(CONFIG_ARCH_OMAP3430)
-#define OMAP2_32KSYNCT_BASE OMAP3430_32KSYNCT_BASE
#define OMAP2_CM_BASE OMAP3430_CM_BASE
#define OMAP2_PRM_BASE OMAP3430_PRM_BASE
#define OMAP2_VA_IC_BASE IO_ADDRESS(OMAP34XX_IC_BASE)