Commit d4c3c0753594adaafbcb77a086f013f1d847b3f0
Committed by
David S. Miller
1 parent
0b04082995
Exists in
master
and in
7 other branches
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>
Showing 3 changed files with 1 additions and 7 deletions Side-by-side Diff
drivers/net/irda/donauboe.c
... | ... | @@ -49,10 +49,6 @@ |
49 | 49 | /* Look at toshoboe.h (currently in include/net/irda) for details of */ |
50 | 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 | 52 | /* See below for a description of the logic in this driver */ |
57 | 53 | |
58 | 54 | /* User servicable parts */ |
... | ... | @@ -1677,7 +1673,7 @@ |
1677 | 1673 | |
1678 | 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 | 1678 | return 0; |
1683 | 1679 |
drivers/net/irda/smsc-ircc2.c