projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d5d440
)
[MIPS] SEAD: Delete seadint_init() prototype.
author
Ralf Baechle
<ralf@linux-mips.org>
Tue, 15 Nov 2005 13:25:59 +0000
(13:25 +0000)
committer
Ralf 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
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-mips/mips-boards/seadint.h
b/include/asm-mips/mips-boards/seadint.h
index c3dcfcb928b6b41966b9dde1376941f3ced19115..ba88f769f97097d0e20ce8693925c1b164f26058 100644
(file)
--- 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) */