aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/plat-omap/include/mach/hardware.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/plat-omap/include/mach/hardware.h b/arch/arm/plat-omap/include/mach/hardware.h
index 99c42412c0a1..b3b713dc4b59 100644
--- a/arch/arm/plat-omap/include/mach/hardware.h
+++ b/arch/arm/plat-omap/include/mach/hardware.h
@@ -280,11 +280,11 @@
280 * --------------------------------------------------------------------------- 280 * ---------------------------------------------------------------------------
281 */ 281 */
282 282
283#include "omap7xx.h" 283#include <mach/omap7xx.h>
284#include "omap1510.h" 284#include <mach/omap1510.h>
285#include "omap16xx.h" 285#include <mach/omap16xx.h>
286#include "omap24xx.h" 286#include <mach/omap24xx.h>
287#include "omap34xx.h" 287#include <mach/omap34xx.h>
288#include "omap44xx.h" 288#include <mach/omap44xx.h>
289 289
290#endif /* __ASM_ARCH_OMAP_HARDWARE_H */ 290#endif /* __ASM_ARCH_OMAP_HARDWARE_H */