summaryrefslogtreecommitdiff
path: root/target/linux/lantiq/patches-3.2/0002-MIPS-remove-unused-prototype-kgdb_config.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/lantiq/patches-3.2/0002-MIPS-remove-unused-prototype-kgdb_config.patch')
-rw-r--r--target/linux/lantiq/patches-3.2/0002-MIPS-remove-unused-prototype-kgdb_config.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/target/linux/lantiq/patches-3.2/0002-MIPS-remove-unused-prototype-kgdb_config.patch b/target/linux/lantiq/patches-3.2/0002-MIPS-remove-unused-prototype-kgdb_config.patch
deleted file mode 100644
index 61e5db4..0000000
--- a/target/linux/lantiq/patches-3.2/0002-MIPS-remove-unused-prototype-kgdb_config.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-From 770d7934edcc0b4125cd1ef1ad102ae2c2e02bca Mon Sep 17 00:00:00 2001
-From: John Crispin <blogic@openwrt.org>
-Date: Fri, 16 Mar 2012 16:27:35 +0100
-Subject: [PATCH 02/73] MIPS: remove unused prototype kgdb_config
-
----
- arch/mips/include/asm/mips-boards/generic.h | 4 ----
- 1 files changed, 0 insertions(+), 4 deletions(-)
-
---- 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 */