Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56645
b: refs/heads/master
c: 6e537e9
h: refs/heads/master
i:
  56643: 4af2259
v: v3
  • Loading branch information
Michael Hennerich authored and Linus Torvalds committed May 21, 2007
1 parent f6a04d1 commit bec7ccc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 8a0e6656030ffe9bcb81b725e956917bafc7522d
refs/heads/master: 6e537e9329d133526a576b741f85b3d48edc4ac1
4 changes: 3 additions & 1 deletion trunk/arch/blackfin/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
#include <linux/seq_file.h>
#include <linux/cpu.h>
#include <linux/module.h>
#include <linux/console.h>
#include <linux/tty.h>

#include <linux/ext2_fs.h>
Expand Down Expand Up @@ -175,6 +174,9 @@ void __init setup_arch(char **cmdline_p)
unsigned long mtd_phys = 0;
#endif

#ifdef CONFIG_DUMMY_CONSOLE
conswitchp = &dummy_con;
#endif
cclk = get_cclk();
sclk = get_sclk();

Expand Down

0 comments on commit bec7ccc

Please sign in to comment.