Skip to content

Commit

Permalink
ide: remove stale comment from ide-lib.c
Browse files Browse the repository at this point in the history
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Feb 10, 2008
1 parent e1771e2 commit 467390a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions drivers/ide/ide-lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -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" };
Expand Down

0 comments on commit 467390a

Please sign in to comment.