diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-05-19 14:48:38 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-05-19 14:48:38 +0000 |
commit | 42aa499b45d1c0eb10cab263dc090697b6626ea9 (patch) | |
tree | 702f1083d04ac9504b9c98f70b5c1c372fd3a293 /drivers/sgi/char | |
parent | 9512582d8041fd5418c8cf1f228ee6d2004f7898 (diff) |
Fix namespace collision between serial.c and sgiserial.c which could
hit in certain weirdo configurations.
Diffstat (limited to 'drivers/sgi/char')
-rw-r--r-- | drivers/sgi/char/sgiserial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sgi/char/sgiserial.c b/drivers/sgi/char/sgiserial.c index 4524b9bfc..8b3126340 100644 --- a/drivers/sgi/char/sgiserial.c +++ b/drivers/sgi/char/sgiserial.c @@ -2247,7 +2247,7 @@ static struct console sgi_console_driver = { /* * Register console. */ -void __init serial_console_init(void) +void __init sgi_serial_console_init(void) { register_console(&sgi_console_driver); } |