Skip to content

Commit

Permalink
[MIPS] SEAD: Delete seadint_init() prototype.
Browse files Browse the repository at this point in the history
    
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>
  • Loading branch information
Ralf Baechle committed Nov 17, 2005
1 parent 3d5d440 commit 561a079
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/asm-mips/mips-boards/seadint.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,4 @@
#define SEADINT_UART0 2
#define SEADINT_UART1 3

extern void seadint_init(void);

#endif /* !(_MIPS_SEADINT_H) */

0 comments on commit 561a079

Please sign in to comment.