diff options
author | Magnus Damm <damm@igel.co.jp> | 2009-08-07 03:58:38 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-08-07 03:58:38 +0900 |
commit | 2d2bcd319a3d1412999cdfc72ad64eec992dc37e (patch) | |
tree | cf049d2155ff004af1fa74d40323c1f5b979502f /arch/sh/include/mach-common/mach | |
parent | 7766e16beec3363516306754c9c51a85747d734d (diff) | |
download | talos-obmc-linux-2d2bcd319a3d1412999cdfc72ad64eec992dc37e.tar.gz talos-obmc-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/include/mach-common/mach')
-rw-r--r-- | arch/sh/include/mach-common/mach/romimage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/include/mach-common/mach/romimage.h b/arch/sh/include/mach-common/mach/romimage.h new file mode 100644 index 000000000000..267e24112d82 --- /dev/null +++ b/arch/sh/include/mach-common/mach/romimage.h @@ -0,0 +1 @@ +/* do nothing here by default */ |