kernel: update linux 3.2 to 3.2.13 and refresh patches
[openwrt/svn-archive/archive.git] / target / linux / lantiq / patches-3.2 / 0002-MIPS-remove-unused-prototype-kgdb_config.patch
1 From b859096bdc4b029357217af98874d6feec3ff4bd Mon Sep 17 00:00:00 2001
2 From: John Crispin <blogic@openwrt.org>
3 Date: Fri, 16 Mar 2012 16:27:35 +0100
4 Subject: [PATCH 02/70] MIPS: remove unused prototype kgdb_config
5
6 ---
7 arch/mips/include/asm/mips-boards/generic.h | 4 ----
8 1 files changed, 0 insertions(+), 4 deletions(-)
9
10 --- a/arch/mips/include/asm/mips-boards/generic.h
11 +++ b/arch/mips/include/asm/mips-boards/generic.h
12 @@ -93,8 +93,4 @@ extern void mips_pcibios_init(void);
13 #define mips_pcibios_init() do { } while (0)
14 #endif
15
16 -#ifdef CONFIG_KGDB
17 -extern void kgdb_config(void);
18 -#endif
19 -
20 #endif /* __ASM_MIPS_BOARDS_GENERIC_H */