[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>
This commit is contained in:
Ralf Baechle 2005-11-15 13:25:59 +00:00
parent 3d5d440176
commit 561a079240

View file

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