| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH 07/14] MIPS: remove unused prototype kgdb_config |
| From: | John Crispin <blogic@openwrt.org> |
| Date: | Mon, 30 Apr 2012 13:33:02 +0200 |
| Cc: | "linux-mips@linux-mips.org" <linux-mips@linux-mips.org>, John Crispin <blogic@openwrt.org> |
| In-reply-to: | <1335785589-32532-1-git-send-email-blogic@openwrt.org> |
| References: | <1335785589-32532-1-git-send-email-blogic@openwrt.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
Trivial fix that removes an orphaned prototype.
Signed-off-by: John Crispin <blogic@openwrt.org>
---
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 46c0856..6e23ceb 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 */
--
1.7.9.1
|
| Previous by Date: | [PATCH 06/14] MIPS: add clkdev.h, John Crispin |
|---|---|
| Next by Date: | [PATCH 08/14] MIPS: lantiq: clear all irqs properly on boot, John Crispin |
| Previous by Thread: | [PATCH 06/14] MIPS: add clkdev.h, John Crispin |
| Next by Thread: | [PATCH 08/14] MIPS: lantiq: clear all irqs properly on boot, John Crispin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |