projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
002b90a
)
pcmcia: ide-cs: Remove outdated comment
author
Larry Finger
<Larry.Finger@lwfinger.net>
Tue, 15 Jul 2008 16:30:00 +0000
(11:30 -0500)
committer
Dominik Brodowski
<linux@dominikbrodowski.net>
Tue, 15 Jul 2008 18:53:06 +0000
(20:53 +0200)
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>
drivers/ide/legacy/ide-cs.c
patch
|
blob
|
history
diff --git
a/drivers/ide/legacy/ide-cs.c
b/drivers/ide/legacy/ide-cs.c
index
8dbf4d9
..
41a2e25
100644
(file)
--- 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