aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2009-10-19 17:26:07 -0700
committerTony Lindgren <tony@atomide.com>2009-10-19 17:26:07 -0700
commit74cda9a5192e68a38720c8130160e7b3577098d4 (patch)
tree64dcfe1eef0d2df4579d0d197a4f3af6258da9fa
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>
-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 99c42412c0a..b3b713dc4b5 100644
--- a/arch/arm/plat-omap/include/mach/hardware.h
+++ b/arch/arm/plat-omap/include/mach/hardware.h
@@ -280,11 +280,11 @@
* ---------------------------------------------------------------------------
*/
-#include "omap7xx.h"
-#include "omap1510.h"
-#include "omap16xx.h"
-#include "omap24xx.h"
-#include "omap34xx.h"
-#include "omap44xx.h"
+#include <mach/omap7xx.h>
+#include <mach/omap1510.h>
+#include <mach/omap16xx.h>
+#include <mach/omap24xx.h>
+#include <mach/omap34xx.h>
+#include <mach/omap44xx.h>
#endif /* __ASM_ARCH_OMAP_HARDWARE_H */