diff options
Diffstat (limited to 'drivers/net/irda/donauboe.c')
-rw-r--r-- | drivers/net/irda/donauboe.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/net/irda/donauboe.c b/drivers/net/irda/donauboe.c index 1257e1a7e819..34ad189fff67 100644 --- a/drivers/net/irda/donauboe.c +++ b/drivers/net/irda/donauboe.c | |||
@@ -49,10 +49,6 @@ | |||
49 | /* Look at toshoboe.h (currently in include/net/irda) for details of */ | 49 | /* Look at toshoboe.h (currently in include/net/irda) for details of */ |
50 | /* Where to get documentation on the chip */ | 50 | /* Where to get documentation on the chip */ |
51 | 51 | ||
52 | |||
53 | static char *rcsid = | ||
54 | "$Id: donauboe.c V2.18 ven jan 10 03:14:16 2003$"; | ||
55 | |||
56 | /* See below for a description of the logic in this driver */ | 52 | /* See below for a description of the logic in this driver */ |
57 | 53 | ||
58 | /* User servicable parts */ | 54 | /* User servicable parts */ |
@@ -1677,7 +1673,7 @@ toshoboe_open (struct pci_dev *pci_dev, const struct pci_device_id *pdid) | |||
1677 | 1673 | ||
1678 | pci_set_drvdata(pci_dev,self); | 1674 | pci_set_drvdata(pci_dev,self); |
1679 | 1675 | ||
1680 | printk (KERN_INFO DRIVER_NAME ": Using multiple tasks, version %s\n", rcsid); | 1676 | printk (KERN_INFO DRIVER_NAME ": Using multiple tasks\n"); |
1681 | 1677 | ||
1682 | return 0; | 1678 | return 0; |
1683 | 1679 | ||