aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/boot
diff options
context:
space:
mode:
authorMagnus Damm <damm@igel.co.jp>2009-08-07 03:58:38 +0900
committerPaul Mundt <lethal@linux-sh.org>2009-08-07 03:58:38 +0900
commit2d2bcd319a3d1412999cdfc72ad64eec992dc37e (patch)
treecf049d2155ff004af1fa74d40323c1f5b979502f /arch/sh/boot
parentsh: LED9, LED10 and LED11 support for Solution Engine 7724 (diff)
downloadlinux-dev-2d2bcd319a3d1412999cdfc72ad64eec992dc37e.tar.xz
linux-dev-2d2bcd319a3d1412999cdfc72ad64eec992dc37e.zip
sh: fix romImage mach dir usage
This patch moves all the romImage related header files into the mach/ directory. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boot')
-rw-r--r--arch/sh/boot/romimage/head.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boot/romimage/head.S b/arch/sh/boot/romimage/head.S
index 97a087bc9c4a..219bc626dd71 100644
--- a/arch/sh/boot/romimage/head.S
+++ b/arch/sh/boot/romimage/head.S
@@ -7,4 +7,4 @@
.text
.global romstart
romstart:
-#include <romimage.h>
+#include <mach/romimage.h>