diff options
Diffstat (limited to 'drivers/tty/cyclades.c')
-rw-r--r-- | drivers/tty/cyclades.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/tty/cyclades.c b/drivers/tty/cyclades.c index c99728f0cd9f..d6f6dd28b424 100644 --- a/drivers/tty/cyclades.c +++ b/drivers/tty/cyclades.c | |||
@@ -4099,8 +4099,7 @@ static int __init cy_init(void) | |||
4099 | if (!cy_serial_driver) | 4099 | if (!cy_serial_driver) |
4100 | goto err; | 4100 | goto err; |
4101 | 4101 | ||
4102 | printk(KERN_INFO "Cyclades driver " CY_VERSION " (built %s %s)\n", | 4102 | printk(KERN_INFO "Cyclades driver " CY_VERSION "\n"); |
4103 | __DATE__, __TIME__); | ||
4104 | 4103 | ||
4105 | /* Initialize the tty_driver structure */ | 4104 | /* Initialize the tty_driver structure */ |
4106 | 4105 | ||