Commit bb1de887 authored by Stephen Warren's avatar Stephen Warren

ARM: tegra: move irammap.h to mach-tegra

Nothing outside mach-tegra uses this file, so there's no need for it to
be in <mach/>.

Since uncompress.h and debug-macro.S remain in include/mach, they need
to include "../../irammap.h" becaue of this change. Both these usages
will be removed shortly, when Tegra's DEBUG_LL implementation is updated
not to pass information through IRAM.
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent 2be39c07
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <linux/serial_reg.h> #include <linux/serial_reg.h>
#include "../../iomap.h" #include "../../iomap.h"
#include <mach/irammap.h> #include "../../irammap.h"
.macro addruart, rp, rv, tmp .macro addruart, rp, rv, tmp
adr \rp, 99f @ actual addr of 99f adr \rp, 99f @ actual addr of 99f
......
...@@ -28,9 +28,8 @@ ...@@ -28,9 +28,8 @@
#include <linux/types.h> #include <linux/types.h>
#include <linux/serial_reg.h> #include <linux/serial_reg.h>
#include <mach/irammap.h>
#include "../../iomap.h" #include "../../iomap.h"
#include "../../irammap.h"
#define BIT(x) (1 << (x)) #define BIT(x) (1 << (x))
#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
......
...@@ -22,9 +22,8 @@ ...@@ -22,9 +22,8 @@
#include <asm/cacheflush.h> #include <asm/cacheflush.h>
#include <asm/hardware/cache-l2x0.h> #include <asm/hardware/cache-l2x0.h>
#include <mach/irammap.h>
#include "iomap.h" #include "iomap.h"
#include "irammap.h"
#include "reset.h" #include "reset.h"
#include "fuse.h" #include "fuse.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment