diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2005-02-01 23:21:48 +0300 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 22:30:20 +0400 |
commit | 6b123979543a37d109b74a359b147b38ee8166dd (patch) | |
tree | 4ea393e3f5294b74f9a2e63d921cdbe5c3357e0f /include/asm-mips/sibyte | |
parent | aa0980b8090878bf42bc73a13d051a203a201d7d (diff) | |
download | linux-6b123979543a37d109b74a359b147b38ee8166dd.tar.xz |
Fix compilation; by Manish Lachwani.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/sibyte')
-rw-r--r-- | include/asm-mips/sibyte/board.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-mips/sibyte/board.h b/include/asm-mips/sibyte/board.h index d7b11b6c7c32..57b9279e69f0 100644 --- a/include/asm-mips/sibyte/board.h +++ b/include/asm-mips/sibyte/board.h @@ -66,4 +66,6 @@ extern void setleds(char *str); #endif /* CONFIG_SIBYTE_BOARD */ +#endif /* __ASSEMBLY__ */ + #endif /* _SIBYTE_BOARD_H */ |