From 2f32834a32dfc289ea73839dbcb98d135742947b Mon Sep 17 00:00:00 2001
From: Paul Mundt <lethal@linux-sh.org>
Date: Mon, 14 May 2007 09:13:54 +0900
Subject: [PATCH] sh64: Fixup sh-sci build.

sh-sci needs asm/sci.h, borrow this from sh so we can build
again.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
---
 include/asm-sh64/sci.h | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 include/asm-sh64/sci.h

diff --git a/include/asm-sh64/sci.h b/include/asm-sh64/sci.h
new file mode 100644
index 000000000000..793c568b7820
--- /dev/null
+++ b/include/asm-sh64/sci.h
@@ -0,0 +1 @@
+#include <asm-sh/sci.h>