From 2d2bcd319a3d1412999cdfc72ad64eec992dc37e Mon Sep 17 00:00:00 2001 From: Magnus Damm <damm@igel.co.jp> Date: Fri, 7 Aug 2009 03:58:38 +0900 Subject: 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> --- arch/sh/boot/romimage/head.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/sh/boot/romimage') 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> -- cgit v1.2.3