]> git.karo-electronics.de Git - linux-beck.git/blobdiff - arch/arm/plat-omap/io.c
omap: headers: Move remaining headers from include/mach to include/plat
[linux-beck.git] / arch / arm / plat-omap / io.c
index 93c1d53eb918f2d8ece7361568cebc26df2e643e..11f5d7961c731d0b6fc69da3c357eb6cd3304153 100644 (file)
 #include <linux/io.h>
 #include <linux/mm.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>
+#include <plat/omap7xx.h>
+#include <plat/omap1510.h>
+#include <plat/omap16xx.h>
+#include <plat/omap24xx.h>
+#include <plat/omap34xx.h>
+#include <plat/omap44xx.h>
 
 #define BETWEEN(p,st,sz)       ((p) >= (st) && (p) < ((st) + (sz)))
 #define XLATE(p,pst,vst)       ((void __iomem *)((p) - (pst) + (vst)))