ARM: tegra: move iomap.h to mach-tegra
[deliverable/linux.git] / arch / arm / mach-tegra / include / mach / uncompress.h
index 937c4c50219e1a818c89b32f965598318fbd55cc..095216c4b5647d6b2c8cc2567c4dd60d7b13b88f 100644 (file)
 #include <linux/types.h>
 #include <linux/serial_reg.h>
 
-#include <mach/iomap.h>
 #include <mach/irammap.h>
 
+#include "../../iomap.h"
+
 #define BIT(x) (1 << (x))
 #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
 
This page took 0.034618 seconds and 5 git commands to generate.