Skip to content

Commit

Permalink
[PATCH] sn_console: make sal_console_uart static again
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Schwab <schwab@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Andreas Schwab authored and Linus Torvalds committed May 1, 2005
1 parent 882fe01 commit 434498d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 434498d

Please sign in to comment.