Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63635
b: refs/heads/master
c: b6b1d87
h: refs/heads/master
i:
  63633: c1ebfc8
  63631: 3400d5b
v: v3
  • Loading branch information
Daniel Ritz authored and Linus Torvalds committed Aug 3, 2007
1 parent f988a51 commit 9b5df7b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: 1a3f2ea336b784d7df750a7821f514f3dea69e29
refs/heads/master: b6b1d87785712474d0ed80689c17107d616a1171
2 changes: 1 addition & 1 deletion trunk/drivers/serial/8250.c
Original file line number Diff line number Diff line change
Expand Up @@ -2514,7 +2514,7 @@ static int __init serial8250_console_setup(struct console *co, char *options)
return uart_set_options(port, co, baud, parity, bits, flow);
}

static int __init serial8250_console_early_setup(void)
static int serial8250_console_early_setup(void)
{
return serial8250_find_port_for_earlycon();
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/serial/8250_early.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ int __init setup_early_serial8250_console(char *cmdline)
return 0;
}

int __init serial8250_find_port_for_earlycon(void)
int serial8250_find_port_for_earlycon(void)
{
struct early_serial8250_device *device = &early_device;
struct uart_port *port = &device->port;
Expand Down
2 changes: 1 addition & 1 deletion trunk/kernel/printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ int __init add_preferred_console(char *name, int idx, char *options)
return 0;
}

int __init update_console_cmdline(char *name, int idx, char *name_new, int idx_new, char *options)
int update_console_cmdline(char *name, int idx, char *name_new, int idx_new, char *options)
{
struct console_cmdline *c;
int i;
Expand Down

0 comments on commit 9b5df7b

Please sign in to comment.