]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Fix compile for the previous patch.
authorTony Lindgren <tony@atomide.com>
Tue, 10 Mar 2009 20:31:34 +0000 (13:31 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 10 Mar 2009 20:31:34 +0000 (13:31 -0700)
The associated registers need to be defined too.

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/prcm.c
arch/arm/plat-omap/include/mach/control.h

index 2f828cb86361f0c404da15ffab9a6a3b2b018ea8..12c0e03a0df389e52d9274bce0efc34548539ab4 100644 (file)
@@ -19,6 +19,7 @@
 #include <linux/io.h>
 
 #include <mach/common.h>
+#include <mach/control.h>
 #include <mach/prcm.h>
 
 #include "clock.h"
index 40385960db9a0f91e6c4352c5b7c32253f824e72..df7cb4b29e849dd55da808fc9a4d3051a41f3358 100644 (file)
 #define OMAP3_IVA2_BOOTMOD_MASK                (0xf << 0)
 #define OMAP3_IVA2_BOOTMOD_IDLE                (0x1 << 0)
 
+#define OMAP343X_SCRATCHPAD_ROM                (OMAP343X_CTRL_BASE + 0x860)
+#define OMAP343X_SCRATCHPAD            (OMAP343X_CTRL_BASE + 0x910)
+#define OMAP343X_SCRATCHPAD_ROM_OFFSET 0x19C
+
 #ifndef __ASSEMBLY__
 #if defined(CONFIG_ARCH_OMAP2) || defined(CONFIG_ARCH_OMAP3)
 extern void __iomem *omap_ctrl_base_get(void);