From: Ralf Baechle <ralf@linux-mips.org>
Date: Tue, 15 Nov 2005 13:25:59 +0000 (+0000)
Subject: [MIPS] SEAD: Delete seadint_init() prototype.
X-Git-Tag: firefly_0821_release~39956^2~3
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=561a0792405bea8ead78990d755dd1f95b8e95b8;p=firefly-linux-kernel-4.4.55.git

[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>
---

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 @@
 #define SEADINT_UART0     2
 #define SEADINT_UART1     3
 
-extern void seadint_init(void);
-
 #endif /* !(_MIPS_SEADINT_H) */