diff options
author | Larry Finger <Larry.Finger@lwfinger.net> | 2008-07-15 20:30:00 +0400 |
---|---|---|
committer | Dominik Brodowski <linux@dominikbrodowski.net> | 2008-07-15 22:53:06 +0400 |
commit | 417e1494fd70715b737428cc3c3d924255f22ba1 (patch) | |
tree | 1adc187b5c1c9811009788fd20164723e76ddf2f /drivers/ide/legacy | |
parent | 002b90a1bf5fe9c8de7a8634403a685621841ff3 (diff) | |
download | linux-417e1494fd70715b737428cc3c3d924255f22ba1.tar.xz |
pcmcia: ide-cs: Remove outdated comment
There is an outdated version information comment in ide-cs.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Diffstat (limited to 'drivers/ide/legacy')
-rw-r--r-- | drivers/ide/legacy/ide-cs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ide/legacy/ide-cs.c b/drivers/ide/legacy/ide-cs.c index 8dbf4d9b6447..41a2e251d53d 100644 --- a/drivers/ide/legacy/ide-cs.c +++ b/drivers/ide/legacy/ide-cs.c @@ -66,8 +66,6 @@ MODULE_LICENSE("Dual MPL/GPL"); #ifdef CONFIG_PCMCIA_DEBUG INT_MODULE_PARM(pc_debug, 0); #define DEBUG(n, args...) if (pc_debug>(n)) printk(KERN_DEBUG args) -/*static char *version = -"ide-cs.c 1.3 2002/10/26 05:45:31 (David Hinds)";*/ #else #define DEBUG(n, args...) #endif |