diff options
author | John Crispin <blogic@openwrt.org> | 2012-04-30 05:33:02 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-05-15 11:49:20 -0400 |
commit | 3489d72d1592deee6628ca223e06da5363a12f4d (patch) | |
tree | d5a38117c88724d12e908bc1d70ed2d4ac857ea0 /arch/mips | |
parent | c9a3b7e4a3844c868686f4b7c915c5e399f77dba (diff) |
MIPS: remove unused prototype kgdb_config
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>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/include/asm/mips-boards/generic.h | 4 |
1 files changed, 0 insertions, 4 deletions
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); | |||
93 | #define mips_pcibios_init() do { } while (0) | 93 | #define mips_pcibios_init() do { } while (0) |
94 | #endif | 94 | #endif |
95 | 95 | ||
96 | #ifdef CONFIG_KGDB | ||
97 | extern void kgdb_config(void); | ||
98 | #endif | ||
99 | |||
100 | #endif /* __ASM_MIPS_BOARDS_GENERIC_H */ | 96 | #endif /* __ASM_MIPS_BOARDS_GENERIC_H */ |