[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 c3dcfcb928b6b41966b9dde1376941f3ced19115..ba88f769f97097d0e20ce8693925c1b164f26058 100644 (file)
@@ -23,6 +23,4 @@
 #define SEADINT_UART0     2
 #define SEADINT_UART1     3
 
-extern void seadint_init(void);
-
 #endif /* !(_MIPS_SEADINT_H) */