Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78073
b: refs/heads/master
c: bbdda5e
h: refs/heads/master
i:
  78071: 304cabb
v: v3
  • Loading branch information
Dmitri Vorobiev authored and Ralf Baechle committed Jan 29, 2008
1 parent b2a16d9 commit dae00cb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ae9cef0b7949c0d528962127f2bccf7c753949df
refs/heads/master: bbdda5e1fe9c1a5b34a2b552910f5f4c0dc24485
4 changes: 0 additions & 4 deletions trunk/arch/mips/mips-boards/atlas/atlas_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@
#include <asm/time.h>
#include <asm/traps.h>

#ifdef CONFIG_KGDB
extern void kgdb_config(void);
#endif

static void __init serial_init(void);

const char *get_system_type(void)
Expand Down
4 changes: 0 additions & 4 deletions trunk/arch/mips/mips-boards/malta/malta_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@
#include <linux/console.h>
#endif

#ifdef CONFIG_KGDB
extern void kgdb_config(void);
#endif

struct resource standard_io_resources[] = {
{
.name = "dma1",
Expand Down
4 changes: 4 additions & 0 deletions trunk/include/asm-mips/mips-boards/generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,8 @@ 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 */

0 comments on commit dae00cb

Please sign in to comment.