MIPS: remove unused prototype kgdb_config
authorJohn Crispin <blogic@openwrt.org>
Mon, 30 Apr 2012 09:33:02 +0000 (11:33 +0200)
committerRalf 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

index 46c08563e5328419540341ab176831ea4e991b46..6e23ceb0ba8caa2c7e632e15125aa1e596ca84ae 100644 (file)
@@ -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 */