diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-02-10 18:32:15 -0500 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-02-10 18:32:15 -0500 |
commit | 467390a2a50493332ddc21eb806094b1829c1161 (patch) | |
tree | 6e63a8d06bf73196798f197039371030f5fef4bf | |
parent | e1771e20c8be601d1cc9364d45f907a0433dbbd5 (diff) |
ide: remove stale comment from ide-lib.c
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
-rw-r--r-- | drivers/ide/ide-lib.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/ide/ide-lib.c b/drivers/ide/ide-lib.c index 1ff676cc6473..29e2c9719c30 100644 --- a/drivers/ide/ide-lib.c +++ b/drivers/ide/ide-lib.c | |||
@@ -21,15 +21,6 @@ | |||
21 | #include <asm/uaccess.h> | 21 | #include <asm/uaccess.h> |
22 | #include <asm/io.h> | 22 | #include <asm/io.h> |
23 | 23 | ||
24 | /* | ||
25 | * IDE library routines. These are plug in code that most | ||
26 | * drivers can use but occasionally may be weird enough | ||
27 | * to want to do their own thing with | ||
28 | * | ||
29 | * Add common non I/O op stuff here. Make sure it has proper | ||
30 | * kernel-doc function headers or your patch will be rejected | ||
31 | */ | ||
32 | |||
33 | static const char *udma_str[] = | 24 | static const char *udma_str[] = |
34 | { "UDMA/16", "UDMA/25", "UDMA/33", "UDMA/44", | 25 | { "UDMA/16", "UDMA/25", "UDMA/33", "UDMA/44", |
35 | "UDMA/66", "UDMA/100", "UDMA/133", "UDMA7" }; | 26 | "UDMA/66", "UDMA/100", "UDMA/133", "UDMA7" }; |