Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61916
b: refs/heads/master
c: f6ea209
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Jul 20, 2007
1 parent b2f70c2 commit 4d9f80d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 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: 66a3f820cb6a88ef0481e042d4b48b2299deab7e
refs/heads/master: f6ea2090e08abf3b95e1b692f1eec596bce69e9c
6 changes: 0 additions & 6 deletions trunk/drivers/char/serial167.c
Original file line number Diff line number Diff line change
Expand Up @@ -2573,16 +2573,10 @@ static struct tty_driver *serial167_console_device(struct console *c,
return cy_serial_driver;
}

static int __init serial167_console_setup(struct console *co, char *options)
{
return 0;
}

static struct console sercons = {
.name = "ttyS",
.write = serial167_console_write,
.device = serial167_console_device,
.setup = serial167_console_setup,
.flags = CON_PRINTBUFFER,
.index = -1,
};
Expand Down
8 changes: 0 additions & 8 deletions trunk/drivers/char/vme_scc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1013,18 +1013,10 @@ static struct tty_driver *scc_console_device(struct console *c, int *index)
return scc_driver;
}


static int __init scc_console_setup(struct console *co, char *options)
{
return 0;
}


static struct console sercons = {
.name = "ttyS",
.write = scc_console_write,
.device = scc_console_device,
.setup = scc_console_setup,
.flags = CON_PRINTBUFFER,
.index = -1,
};
Expand Down

0 comments on commit 4d9f80d

Please sign in to comment.