[MIPS] SEAD: Delete seadint_init() prototype.
authorRalf Baechle <ralf@linux-mips.org>
Tue, 15 Nov 2005 13:25:59 +0000 (13:25 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 17 Nov 2005 16:23:55 +0000 (16:23 +0000)
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>
include/asm-mips/mips-boards/seadint.h

index c3dcfcb..ba88f76 100644 (file)
@@ -23,6 +23,4 @@
 #define SEADINT_UART0     2
 #define SEADINT_UART1     3
 
-extern void seadint_init(void);
-
 #endif /* !(_MIPS_SEADINT_H) */