omap: headers: Add mach path to include files
authorTony Lindgren <tony@atomide.com>
Tue, 20 Oct 2009 00:26:07 +0000 (17:26 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 20 Oct 2009 00:26:07 +0000 (17:26 -0700)
This is to prepare for moving hardware.h to live under plat
instead of mach.

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/include/mach/hardware.h

index 99c4241..b3b713d 100644 (file)
  * ---------------------------------------------------------------------------
  */
 
-#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 */