Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354805
b: refs/heads/master
c: 795b5bb
h: refs/heads/master
i:
  354803: 1ed7ef7
v: v3
  • Loading branch information
Vineet Gupta authored and Greg Kroah-Hartman committed Jan 18, 2013
1 parent aa4d389 commit 9334b46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: ac4ce718893c546f7a2d34ab55a8f75842399f86
refs/heads/master: 795b5bbe215c7b988fcf218613d2f3357924f0d2
4 changes: 2 additions & 2 deletions trunk/drivers/tty/serial/arc_uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ static __init void early_serial_write(struct console *con, const char *s,
}
}

static struct __initdata console arc_early_serial_console = {
static struct console arc_early_serial_console __initdata = {
.name = "early_ARCuart",
.write = early_serial_write,
.flags = CON_PRINTBUFFER | CON_BOOT,
Expand Down Expand Up @@ -731,7 +731,7 @@ static struct platform_driver arc_platform_driver = {

#ifdef CONFIG_SERIAL_ARC_CONSOLE

static struct platform_driver early_arc_platform_driver = {
static struct platform_driver early_arc_platform_driver __initdata = {
.probe = arc_serial_probe_earlyprintk,
.remove = arc_serial_remove,
.driver = {
Expand Down

0 comments on commit 9334b46

Please sign in to comment.