| To: | Ralf Baechle <ralf@linux-mips.org>, mipslist <linux-mips@linux-mips.org> |
|---|---|
| Subject: | [PATCH]: put prototype of arc_console_init() |
| From: | Juan Quintela <quintela@mandrakesoft.com> |
| Date: | 20 Dec 2002 19:50:23 +0100 |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
Hi
this prototype is missing from that file.
Later, Juan.
Index: drivers/char/tty_io.c
===================================================================
RCS file: /home/cvs/linux/drivers/char/tty_io.c,v
retrieving revision 1.62.2.8
diff -u -r1.62.2.8 tty_io.c
--- drivers/char/tty_io.c 11 Dec 2002 06:12:30 -0000 1.62.2.8
+++ drivers/char/tty_io.c 20 Dec 2002 18:39:50 -0000
@@ -159,6 +159,7 @@
extern void tub3270_init(void);
extern void rs285_console_init(void);
extern void sa1100_rs_console_init(void);
+extern void arc_console_init(void);
extern void sgi_serial_console_init(void);
extern void sci_console_init(void);
extern void dec_serial_console_init(void);
--
In theory, practice and theory are the same, but in practice they
are different -- Larry McVoy
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH]: make highmem only things enclosed in the right #ifdef, Maciej W. Rozycki |
|---|---|
| Next by Date: | [PATCH]: flags have to be unsigned long, Juan Quintela |
| Previous by Thread: | applications compiled with mips16 ISA, Pichai Raghavan |
| Next by Thread: | [PATCH]: flags have to be unsigned long, Juan Quintela |
| Indexes: | [Date] [Thread] [Top] [All Lists] |