Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101422
b: refs/heads/master
c: 07cdb78
h: refs/heads/master
v: v3
  • Loading branch information
Dmitri Vorobiev authored and Ralf Baechle committed Jul 15, 2008
1 parent abd14fe commit d645980
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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: c88a8b4ab0e1a1f06938939d9ba42e9da6144ccb
refs/heads/master: 07cdb78436d52416a582e645b9afb6e26f986bc9
2 changes: 2 additions & 0 deletions trunk/arch/mips/kernel/early_printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
#include <linux/console.h>
#include <linux/init.h>

#include <asm/setup.h>

extern void prom_putchar(char);

static void __init
Expand Down
6 changes: 1 addition & 5 deletions trunk/arch/mips/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -550,11 +550,7 @@ void __init setup_arch(char **cmdline_p)
prom_init();

#ifdef CONFIG_EARLY_PRINTK
{
extern void setup_early_printk(void);

setup_early_printk();
}
setup_early_printk();
#endif
cpu_report();
check_bugs_early();
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/asm-mips/setup.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@

#define COMMAND_LINE_SIZE 256

extern void setup_early_printk(void);

#endif /* __SETUP_H */

0 comments on commit d645980

Please sign in to comment.