diff options
author | Magnus Damm <damm@igel.co.jp> | 2009-08-06 20:58:38 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-08-06 20:58:38 +0200 |
commit | 2d2bcd319a3d1412999cdfc72ad64eec992dc37e (patch) | |
tree | cf049d2155ff004af1fa74d40323c1f5b979502f /arch/sh/boot | |
parent | sh: LED9, LED10 and LED11 support for Solution Engine 7724 (diff) | |
download | linux-2d2bcd319a3d1412999cdfc72ad64eec992dc37e.tar.xz linux-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.S | 2 |
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> |