aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2009-10-19 20:26:07 -0400
committerTony Lindgren <tony@atomide.com>2009-10-19 20:26:07 -0400
commit74cda9a5192e68a38720c8130160e7b3577098d4 (patch)
tree64dcfe1eef0d2df4579d0d197a4f3af6258da9fa /arch/arm
parentf5d2d659450f8e68675124b879e7de82600b77ba (diff)
omap: headers: Add mach path to include files
This is to prepare for moving hardware.h to live under plat instead of mach. Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm')
-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 */