diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-11-15 08:25:59 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-11-17 11:23:55 -0500 |
commit | 561a0792405bea8ead78990d755dd1f95b8e95b8 (patch) | |
tree | a9efc705f30fe603a64b33d21bffd28373ea55fa /include | |
parent | 3d5d44017601c927f5e14c43b0efee34e7e50a66 (diff) |
[MIPS] SEAD: Delete seadint_init() prototype.
There is no definition for seadint_init() and the unprotected prototype
breaks compilation of assembler files.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-mips/mips-boards/seadint.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-mips/mips-boards/seadint.h b/include/asm-mips/mips-boards/seadint.h index c3dcfcb928b6..ba88f769f970 100644 --- a/include/asm-mips/mips-boards/seadint.h +++ b/include/asm-mips/mips-boards/seadint.h | |||
@@ -23,6 +23,4 @@ | |||
23 | #define SEADINT_UART0 2 | 23 | #define SEADINT_UART0 2 |
24 | #define SEADINT_UART1 3 | 24 | #define SEADINT_UART1 3 |
25 | 25 | ||
26 | extern void seadint_init(void); | ||
27 | |||
28 | #endif /* !(_MIPS_SEADINT_H) */ | 26 | #endif /* !(_MIPS_SEADINT_H) */ |