diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-06-11 01:48:08 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-06-12 00:00:41 -0400 |
commit | d4c3c0753594adaafbcb77a086f013f1d847b3f0 (patch) | |
tree | ad4a34b172b0d10dcfda5d6de29e10f3e3c786a2 /drivers/net/irda | |
parent | 0b040829952d84bf2a62526f0e24b624e0699447 (diff) |
irda: remove CVS keywords
This patch removes CVS keyword that weren't updated for a long time.
One of them was printed as part of a printk, which also doesn't make
much sense for a 5 year old and no longer updated keyword.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/irda')
-rw-r--r-- | drivers/net/irda/donauboe.c | 6 | ||||
-rw-r--r-- | drivers/net/irda/smsc-ircc2.c | 1 | ||||
-rw-r--r-- | drivers/net/irda/smsc-ircc2.h | 1 |
3 files changed, 1 insertions, 7 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 | ||
diff --git a/drivers/net/irda/smsc-ircc2.c b/drivers/net/irda/smsc-ircc2.c index cfe0194fef71..78dc8e7837f0 100644 --- a/drivers/net/irda/smsc-ircc2.c +++ b/drivers/net/irda/smsc-ircc2.c | |||
@@ -1,5 +1,4 @@ | |||
1 | /********************************************************************* | 1 | /********************************************************************* |
2 | * $Id: smsc-ircc2.c,v 1.19.2.5 2002/10/27 11:34:26 dip Exp $ | ||
3 | * | 2 | * |
4 | * Description: Driver for the SMC Infrared Communications Controller | 3 | * Description: Driver for the SMC Infrared Communications Controller |
5 | * Status: Experimental. | 4 | * Status: Experimental. |
diff --git a/drivers/net/irda/smsc-ircc2.h b/drivers/net/irda/smsc-ircc2.h index 0c36286d87f7..317b7fd69bb3 100644 --- a/drivers/net/irda/smsc-ircc2.h +++ b/drivers/net/irda/smsc-ircc2.h | |||
@@ -1,5 +1,4 @@ | |||
1 | /********************************************************************* | 1 | /********************************************************************* |
2 | * $Id: smsc-ircc2.h,v 1.12.2.1 2002/10/27 10:52:37 dip Exp $ | ||
3 | * | 2 | * |
4 | * Description: Definitions for the SMC IrCC chipset | 3 | * Description: Definitions for the SMC IrCC chipset |
5 | * Status: Experimental. | 4 | * Status: Experimental. |