Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 467390a2 authored by Bartlomiej Zolnierkiewicz's avatar Bartlomiej Zolnierkiewicz
Browse files

ide: remove stale comment from ide-lib.c

parent e1771e20
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -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" };