Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3489d72d authored by John Crispin's avatar John Crispin Committed by Ralf Baechle
Browse files

MIPS: remove unused prototype kgdb_config



Trivial fix that removes an orphaned prototype.

Signed-off-by: default avatarJohn Crispin <blogic@openwrt.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3701/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent c9a3b7e4
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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 */