diff options
Diffstat (limited to 'drivers/serial/21285.c')
-rw-r--r-- | drivers/serial/21285.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/serial/21285.c b/drivers/serial/21285.c index 0276471cb25e..1b6b83cf7a40 100644 --- a/drivers/serial/21285.c +++ b/drivers/serial/21285.c | |||
@@ -4,8 +4,6 @@ | |||
4 | * Driver for the serial port on the 21285 StrongArm-110 core logic chip. | 4 | * Driver for the serial port on the 21285 StrongArm-110 core logic chip. |
5 | * | 5 | * |
6 | * Based on drivers/char/serial.c | 6 | * Based on drivers/char/serial.c |
7 | * | ||
8 | * $Id: 21285.c,v 1.37 2002/07/28 10:03:27 rmk Exp $ | ||
9 | */ | 7 | */ |
10 | #include <linux/module.h> | 8 | #include <linux/module.h> |
11 | #include <linux/tty.h> | 9 | #include <linux/tty.h> |
@@ -494,7 +492,7 @@ static int __init serial21285_init(void) | |||
494 | { | 492 | { |
495 | int ret; | 493 | int ret; |
496 | 494 | ||
497 | printk(KERN_INFO "Serial: 21285 driver $Revision: 1.37 $\n"); | 495 | printk(KERN_INFO "Serial: 21285 driver\n"); |
498 | 496 | ||
499 | serial21285_setup_ports(); | 497 | serial21285_setup_ports(); |
500 | 498 | ||
@@ -515,5 +513,5 @@ module_init(serial21285_init); | |||
515 | module_exit(serial21285_exit); | 513 | module_exit(serial21285_exit); |
516 | 514 | ||
517 | MODULE_LICENSE("GPL"); | 515 | MODULE_LICENSE("GPL"); |
518 | MODULE_DESCRIPTION("Intel Footbridge (21285) serial driver $Revision: 1.37 $"); | 516 | MODULE_DESCRIPTION("Intel Footbridge (21285) serial driver"); |
519 | MODULE_ALIAS_CHARDEV(SERIAL_21285_MAJOR, SERIAL_21285_MINOR); | 517 | MODULE_ALIAS_CHARDEV(SERIAL_21285_MAJOR, SERIAL_21285_MINOR); |