Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45459
b: refs/heads/master
c: 118c0ac
h: refs/heads/master
i:
  45457: 0f149f4
  45455: 4abdf60
v: v3
  • Loading branch information
Vivek Goyal authored and Andi Kleen committed Jan 11, 2007
1 parent 48a3156 commit 76f1235
Show file tree
Hide file tree
Showing 3 changed files with 3 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: e96763d6e52c22a8821466e4d01c0c995b8087be
refs/heads/master: 118c0ace1b61433311ae4e067fdd32841baa7f91
2 changes: 1 addition & 1 deletion trunk/drivers/serial/8250.c
Original file line number Diff line number Diff line change
Expand Up @@ -2296,7 +2296,7 @@ serial8250_console_write(struct console *co, const char *s, unsigned int count)
local_irq_restore(flags);
}

static int serial8250_console_setup(struct console *co, char *options)
static int __init serial8250_console_setup(struct console *co, char *options)
{
struct uart_port *port;
int baud = 9600;
Expand Down
1 change: 1 addition & 0 deletions trunk/scripts/mod/modpost.c
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,7 @@ static int secref_whitelist(const char *modname, const char *tosec,
"_ops",
"_probe",
"_probe_one",
"_console",
NULL
};

Expand Down

0 comments on commit 76f1235

Please sign in to comment.