Skip to content

Commit

Permalink
sh: fix romImage mach dir usage
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Magnus Damm authored and Paul Mundt committed Aug 6, 2009
1 parent 7766e16 commit 2d2bcd3
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sh/boot/romimage/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
.text
.global romstart
romstart:
#include <romimage.h>
#include <mach/romimage.h>
File renamed without changes.
File renamed without changes.

0 comments on commit 2d2bcd3

Please sign in to comment.