diff options
Diffstat (limited to 'arch/arm/mach-omap1/include/mach/hardware.h')
-rw-r--r-- | arch/arm/mach-omap1/include/mach/hardware.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap1/include/mach/hardware.h b/arch/arm/mach-omap1/include/mach/hardware.h index 84248d250adb..f9989d38c464 100644 --- a/arch/arm/mach-omap1/include/mach/hardware.h +++ b/arch/arm/mach-omap1/include/mach/hardware.h | |||
@@ -39,7 +39,7 @@ | |||
39 | #include <asm/sizes.h> | 39 | #include <asm/sizes.h> |
40 | #ifndef __ASSEMBLER__ | 40 | #ifndef __ASSEMBLER__ |
41 | #include <asm/types.h> | 41 | #include <asm/types.h> |
42 | #include <plat/cpu.h> | 42 | #include "../../mach-omap1/soc.h" |
43 | 43 | ||
44 | /* | 44 | /* |
45 | * NOTE: Please use ioremap + __raw_read/write where possible instead of these | 45 | * NOTE: Please use ioremap + __raw_read/write where possible instead of these |
@@ -51,7 +51,7 @@ extern void omap_writeb(u8 v, u32 pa); | |||
51 | extern void omap_writew(u16 v, u32 pa); | 51 | extern void omap_writew(u16 v, u32 pa); |
52 | extern void omap_writel(u32 v, u32 pa); | 52 | extern void omap_writel(u32 v, u32 pa); |
53 | 53 | ||
54 | #include <plat/tc.h> | 54 | #include <mach/tc.h> |
55 | 55 | ||
56 | /* Almost all documentation for chip and board memory maps assumes | 56 | /* Almost all documentation for chip and board memory maps assumes |
57 | * BM is clear. Most devel boards have a switch to control booting | 57 | * BM is clear. Most devel boards have a switch to control booting |