[U-Boot] [PATCH 1/2] sh: Fix path of irqflags.h
Nobuhiro Iwamatsu
hemamu at t-base.ne.jp
Wed Jun 16 09:59:33 CEST 2010
This changes path of irqflags.h from linux/ to asm/.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj at renesas.com>
---
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>
/*
--
1.7.1
More information about the U-Boot
mailing list