projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1771e2
)
ide: remove stale comment from ide-lib.c
author
Bartlomiej Zolnierkiewicz
<bzolnier@gmail.com>
Sun, 10 Feb 2008 23:32:15 +0000
(
00:32
+0100)
committer
Bartlomiej Zolnierkiewicz
<bzolnier@gmail.com>
Sun, 10 Feb 2008 23:32:15 +0000
(
00:32
+0100)
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/ide-lib.c
patch
|
blob
|
history
diff --git
a/drivers/ide/ide-lib.c
b/drivers/ide/ide-lib.c
index 1ff676cc6473f56dd9a5cc00b7f31d57c4899e4d..29e2c9719c307e4147b624dcf4b188ab1f8d484c 100644
(file)
--- a/
drivers/ide/ide-lib.c
+++ b/
drivers/ide/ide-lib.c
@@
-21,15
+21,6
@@
#include <asm/uaccess.h>
#include <asm/io.h>
-/*
- * IDE library routines. These are plug in code that most
- * drivers can use but occasionally may be weird enough
- * to want to do their own thing with
- *
- * Add common non I/O op stuff here. Make sure it has proper
- * kernel-doc function headers or your patch will be rejected
- */
-
static const char *udma_str[] =
{ "UDMA/16", "UDMA/25", "UDMA/33", "UDMA/44",
"UDMA/66", "UDMA/100", "UDMA/133", "UDMA7" };