Skip to content

Commit

Permalink
omap: headers: Add mach path to include files
Browse files Browse the repository at this point in the history
This is to prepare for moving hardware.h to live under plat
instead of mach.

Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Tony Lindgren committed Oct 20, 2009
1 parent f5d2d65 commit 74cda9a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions arch/arm/plat-omap/include/mach/hardware.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit 74cda9a

Please sign in to comment.