diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-05-14 09:13:54 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-05-14 09:13:54 +0900 |
commit | 2f32834a32dfc289ea73839dbcb98d135742947b (patch) | |
tree | c093f440aa87d1aaccbe50ebf6a3d1d8e8f4e1d4 /include/asm-sh64/sci.h | |
parent | c18fe9a0467afaec7de05ec76cd994ae7c866760 (diff) |
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>
Diffstat (limited to 'include/asm-sh64/sci.h')
-rw-r--r-- | include/asm-sh64/sci.h | 1 |
1 files changed, 1 insertions, 0 deletions
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> |