projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9a3b7e
)
MIPS: remove unused prototype kgdb_config
author
John Crispin
<blogic@openwrt.org>
Mon, 30 Apr 2012 09:33:02 +0000
(11:33 +0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Tue, 15 May 2012 15:49:20 +0000
(17:49 +0200)
Trivial fix that removes an orphaned prototype.
Signed-off-by: John Crispin <blogic@openwrt.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3701/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/mips-boards/generic.h
patch
|
blob
|
history
diff --git
a/arch/mips/include/asm/mips-boards/generic.h
b/arch/mips/include/asm/mips-boards/generic.h
index 46c08563e5328419540341ab176831ea4e991b46..6e23ceb0ba8caa2c7e632e15125aa1e596ca84ae 100644
(file)
--- a/
arch/mips/include/asm/mips-boards/generic.h
+++ b/
arch/mips/include/asm/mips-boards/generic.h
@@
-93,8
+93,4
@@
extern void mips_pcibios_init(void);
#define mips_pcibios_init() do { } while (0)
#endif
-#ifdef CONFIG_KGDB
-extern void kgdb_config(void);
-#endif
-
#endif /* __ASM_MIPS_BOARDS_GENERIC_H */