Commit 091ad0b3 authored by Pat Gefre's avatar Pat Gefre Committed by David Mosberger

[PATCH] ia64: minor cleanups for SN2 console driver

parent 335a564e
......@@ -104,7 +104,6 @@ struct sn_sal_ops {
static struct sn_sal_ops *sn_func;
/* Prototypes */
int __init sn_sal_serial_console_init(void);
static int snt_hw_puts(const char *, int);
static int snt_poll_getc(void);
static int snt_poll_input_pending(void);
......@@ -1011,7 +1010,7 @@ static struct console sal_console = {
.index = -1
};
int __init
static int __init
sn_sal_serial_console_init(void)
{
if (ia64_platform_is("sn2")) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment