diff options
Diffstat (limited to 'drivers/sbus/char')
-rw-r--r-- | drivers/sbus/char/zs.c | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/drivers/sbus/char/zs.c b/drivers/sbus/char/zs.c index d0ec266c0..77f031cce 100644 --- a/drivers/sbus/char/zs.c +++ b/drivers/sbus/char/zs.c @@ -1,4 +1,4 @@ -/* $Id: zs.c,v 1.52 1999/12/15 14:29:20 davem Exp $ +/* $Id: zs.c,v 1.53 2000/01/29 01:29:38 anton Exp $ * zs.c: Zilog serial port driver for the Sparc. * * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu) @@ -1928,7 +1928,7 @@ int zs_open(struct tty_struct *tty, struct file * filp) static void show_serial_version(void) { - char *revision = "$Revision: 1.52 $"; + char *revision = "$Revision: 1.53 $"; char *version, *p; version = strchr(revision, ' '); @@ -2076,11 +2076,6 @@ static struct sun_zslayout * __init get_zs(int chip) static int irq = 0; int chipid = chip; -#if CONFIG_AP1000 - printk("No zs chip\n"); - return NULL; -#endif - iospace = 0; if(chip < 0 || chip >= NUM_SERIAL) panic("get_zs bogon zs chip number"); @@ -2407,11 +2402,6 @@ int __init zs_init(void) struct sun_serial *info; char dummy; -#if CONFIG_AP1000 - printk("not doing zs_init()\n"); - return 0; -#endif - /* Setup base handler, and timer table. */ init_bh(SERIAL_BH, do_serial_bh); timer_table[RS_TIMER].fn = zs_timer; |