diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2010-06-16 16:53:45 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2010-06-28 11:58:34 +0900 |
commit | 9a1e3e9fe3165130c228bc861bd96d49df708290 (patch) | |
tree | d054c9ac82787442e6f4da40614af473980d8a56 /arch/sh/include | |
parent | 61973afc5912c4c22d21f0412c824cbac1d3ee3f (diff) | |
download | u-boot-imx-9a1e3e9fe3165130c228bc861bd96d49df708290.zip u-boot-imx-9a1e3e9fe3165130c228bc861bd96d49df708290.tar.gz u-boot-imx-9a1e3e9fe3165130c228bc861bd96d49df708290.tar.bz2 |
sh: Fix path of irqflags.h
This changes path of irqflags.h from linux/ to asm/.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'arch/sh/include')
-rw-r--r-- | arch/sh/include/asm/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/include/asm/system.h b/arch/sh/include/asm/system.h index a62c422..90a53a0 100644 --- a/arch/sh/include/asm/system.h +++ b/arch/sh/include/asm/system.h @@ -8,7 +8,7 @@ * from linux kernel code. */ -#include <linux/irqflags.h> +#include <asm/irqflags.h> #include <asm/types.h> /* |