diff options
Diffstat (limited to 'arch/parisc/kernel/pdc_cons.c')
| -rw-r--r-- | arch/parisc/kernel/pdc_cons.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/kernel/pdc_cons.c b/arch/parisc/kernel/pdc_cons.c index 10a5ae9553fd..27a2dd616a7d 100644 --- a/arch/parisc/kernel/pdc_cons.c +++ b/arch/parisc/kernel/pdc_cons.c | |||
| @@ -92,7 +92,7 @@ static int pdc_console_setup(struct console *co, char *options) | |||
| 92 | #define PDC_CONS_POLL_DELAY (30 * HZ / 1000) | 92 | #define PDC_CONS_POLL_DELAY (30 * HZ / 1000) |
| 93 | 93 | ||
| 94 | static void pdc_console_poll(unsigned long unused); | 94 | static void pdc_console_poll(unsigned long unused); |
| 95 | static DEFINE_TIMER(pdc_console_timer, pdc_console_poll, 0, 0); | 95 | static DEFINE_TIMER(pdc_console_timer, pdc_console_poll); |
| 96 | static struct tty_port tty_port; | 96 | static struct tty_port tty_port; |
| 97 | 97 | ||
| 98 | static int pdc_console_tty_open(struct tty_struct *tty, struct file *filp) | 98 | static int pdc_console_tty_open(struct tty_struct *tty, struct file *filp) |
