aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/include/plat/hardware.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/plat-omap/include/plat/hardware.h')
-rw-r--r--arch/arm/plat-omap/include/plat/hardware.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm/plat-omap/include/plat/hardware.h b/arch/arm/plat-omap/include/plat/hardware.h
index b3b713dc4b59..d5b26adfb890 100644
--- a/arch/arm/plat-omap/include/plat/hardware.h
+++ b/arch/arm/plat-omap/include/plat/hardware.h
@@ -39,9 +39,9 @@
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 <mach/cpu.h> 42#include <plat/cpu.h>
43#endif 43#endif
44#include <mach/serial.h> 44#include <plat/serial.h>
45 45
46/* 46/*
47 * --------------------------------------------------------------------------- 47 * ---------------------------------------------------------------------------
@@ -280,11 +280,11 @@
280 * --------------------------------------------------------------------------- 280 * ---------------------------------------------------------------------------
281 */ 281 */
282 282
283#include <mach/omap7xx.h> 283#include <plat/omap7xx.h>
284#include <mach/omap1510.h> 284#include <plat/omap1510.h>
285#include <mach/omap16xx.h> 285#include <plat/omap16xx.h>
286#include <mach/omap24xx.h> 286#include <plat/omap24xx.h>
287#include <mach/omap34xx.h> 287#include <plat/omap34xx.h>
288#include <mach/omap44xx.h> 288#include <plat/omap44xx.h>
289 289
290#endif /* __ASM_ARCH_OMAP_HARDWARE_H */ 290#endif /* __ASM_ARCH_OMAP_HARDWARE_H */