[lantiq] update 3.2 patches
[openwrt.git] / target / linux / lantiq / patches-3.2 / 0002-MIPS-remove-unused-prototype-kgdb_config.patch
1 From 770d7934edcc0b4125cd1ef1ad102ae2c2e02bca 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/73] 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 diff --git a/arch/mips/include/asm/mips-boards/generic.h b/arch/mips/include/asm/mips-boards/generic.h
11 index 46c0856..6e23ceb 100644
12 --- a/arch/mips/include/asm/mips-boards/generic.h
13 +++ b/arch/mips/include/asm/mips-boards/generic.h
14 @@ -93,8 +93,4 @@ extern void mips_pcibios_init(void);
15  #define mips_pcibios_init() do { } while (0)
16  #endif
17  
18 -#ifdef CONFIG_KGDB
19 -extern void kgdb_config(void);
20 -#endif
21 -
22  #endif  /* __ASM_MIPS_BOARDS_GENERIC_H */
23 -- 
24 1.7.9.1
25