Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 740
b: refs/heads/master
c: 434498d
h: refs/heads/master
v: v3
  • Loading branch information
Andreas Schwab authored and Linus Torvalds committed May 1, 2005
1 parent a227e84 commit 41f1c82
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: 882fe011a92fa4fc31ca6cc95b279f7e4e52935c
refs/heads/master: 434498d5323445b59167fd7aa5633b74ebbce901
4 changes: 2 additions & 2 deletions trunk/drivers/serial/sn_console.c
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ static void __init sn_sal_switch_to_interrupts(struct sn_cons_port *port)

static void sn_sal_console_write(struct console *, const char *, unsigned);
static int __init sn_sal_console_setup(struct console *, char *);
extern struct uart_driver sal_console_uart;
static struct uart_driver sal_console_uart;
extern struct tty_driver *uart_console_device(struct console *, int *);

static struct console sal_console = {
Expand All @@ -801,7 +801,7 @@ static struct console sal_console = {

#define SAL_CONSOLE &sal_console

struct uart_driver sal_console_uart = {
static struct uart_driver sal_console_uart = {
.owner = THIS_MODULE,
.driver_name = "sn_console",
.dev_name = DEVICE_NAME,
Expand Down

0 comments on commit 41f1c82

Please sign in to comment.