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

Commit 846c11ab authored by Alan Cox's avatar Alan Cox Committed by Bartlomiej Zolnierkiewicz
Browse files

ide: remove a ton of pointless #undef REALLY_SLOW_IO

parent 8693d3e4
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -17,8 +17,6 @@
 * device can't do DMA handshaking for some stupid reason. We don't need to do that.
 */

#undef REALLY_SLOW_IO           /* most systems can safely undef this */

#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/timer.h>
+0 −2
Original line number Diff line number Diff line
@@ -43,8 +43,6 @@

#define IDEDISK_VERSION	"1.18"

#undef REALLY_SLOW_IO		/* most systems can safely undef this */

//#define DEBUG

#include <linux/module.h>
+0 −2
Original line number Diff line number Diff line
@@ -31,8 +31,6 @@
 *			valid after probe time even with noprobe
 */

#undef REALLY_SLOW_IO		/* most systems can safely undef this */

#include <linux/module.h>
#include <linux/types.h>
#include <linux/string.h>
+0 −2
Original line number Diff line number Diff line
@@ -126,8 +126,6 @@
#define	REVISION	"Revision: 7.00alpha2"
#define	VERSION		"Id: ide.c 7.00a2 20020906"

#undef REALLY_SLOW_IO		/* most systems can safely undef this */

#define _IDE_C			/* Tell ide.h it's really us */

#include <linux/module.h>
+0 −2
Original line number Diff line number Diff line
@@ -37,8 +37,6 @@
 * mode 4 for a while now with no trouble.)  -Derek
 */

#undef REALLY_SLOW_IO           /* most systems can safely undef this */

#include <linux/module.h>
#include <linux/types.h>
#include <linux/kernel.h>
Loading