From: John Crispin Date: Mon, 30 Apr 2012 09:33:02 +0000 (+0200) Subject: MIPS: remove unused prototype kgdb_config X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3489d72d1592deee6628ca223e06da5363a12f4d;p=linux-beck.git MIPS: remove unused prototype kgdb_config Trivial fix that removes an orphaned prototype. Signed-off-by: John Crispin Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/3701/ Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/include/asm/mips-boards/generic.h b/arch/mips/include/asm/mips-boards/generic.h index 46c08563e532..6e23ceb0ba8c 100644 --- 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 */