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

ide: remove a ton of pointless #undef REALLY_SLOW_IO

Signed-off-by: default avatarAlan Cox <alan@redhat.com>
Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
parent 8693d3e4
...@@ -17,8 +17,6 @@ ...@@ -17,8 +17,6 @@
* device can't do DMA handshaking for some stupid reason. We don't need to do that. * 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/types.h>
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/timer.h> #include <linux/timer.h>
......
...@@ -43,8 +43,6 @@ ...@@ -43,8 +43,6 @@
#define IDEDISK_VERSION "1.18" #define IDEDISK_VERSION "1.18"
#undef REALLY_SLOW_IO /* most systems can safely undef this */
//#define DEBUG //#define DEBUG
#include <linux/module.h> #include <linux/module.h>
......
...@@ -31,8 +31,6 @@ ...@@ -31,8 +31,6 @@
* valid after probe time even with noprobe * valid after probe time even with noprobe
*/ */
#undef REALLY_SLOW_IO /* most systems can safely undef this */
#include <linux/module.h> #include <linux/module.h>
#include <linux/types.h> #include <linux/types.h>
#include <linux/string.h> #include <linux/string.h>
......
...@@ -126,8 +126,6 @@ ...@@ -126,8 +126,6 @@
#define REVISION "Revision: 7.00alpha2" #define REVISION "Revision: 7.00alpha2"
#define VERSION "Id: ide.c 7.00a2 20020906" #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 */ #define _IDE_C /* Tell ide.h it's really us */
#include <linux/module.h> #include <linux/module.h>
......
...@@ -37,8 +37,6 @@ ...@@ -37,8 +37,6 @@
* mode 4 for a while now with no trouble.) -Derek * 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/module.h>
#include <linux/types.h> #include <linux/types.h>
#include <linux/kernel.h> #include <linux/kernel.h>
......
...@@ -4,8 +4,6 @@ ...@@ -4,8 +4,6 @@
* Copyright (C) 1996 Linus Torvalds & author (see below) * Copyright (C) 1996 Linus Torvalds & author (see below)
*/ */
#undef REALLY_SLOW_IO /* most systems can safely undef this */
#include <linux/module.h> #include <linux/module.h>
#include <linux/types.h> #include <linux/types.h>
#include <linux/kernel.h> #include <linux/kernel.h>
......
...@@ -36,8 +36,6 @@ ...@@ -36,8 +36,6 @@
#define HT6560B_VERSION "v0.07" #define HT6560B_VERSION "v0.07"
#undef REALLY_SLOW_IO /* most systems can safely undef this */
#include <linux/module.h> #include <linux/module.h>
#include <linux/types.h> #include <linux/types.h>
#include <linux/kernel.h> #include <linux/kernel.h>
......
...@@ -25,8 +25,6 @@ ...@@ -25,8 +25,6 @@
* Samuel Thibault <samuel.thibault@fnac.net> * Samuel Thibault <samuel.thibault@fnac.net>
*/ */
#undef REALLY_SLOW_IO /* most systems can safely undef this */
#include <linux/module.h> #include <linux/module.h>
#include <linux/types.h> #include <linux/types.h>
#include <linux/kernel.h> #include <linux/kernel.h>
......
...@@ -29,8 +29,6 @@ ...@@ -29,8 +29,6 @@
* Note: for more information, please refer "AMD Alchemy Au1200/Au1550 IDE * Note: for more information, please refer "AMD Alchemy Au1200/Au1550 IDE
* Interface and Linux Device Driver" Application Note. * Interface and Linux Device Driver" Application Note.
*/ */
#undef REALLY_SLOW_IO /* most systems can safely undef this */
#include <linux/types.h> #include <linux/types.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/kernel.h> #include <linux/kernel.h>
......
...@@ -98,7 +98,6 @@ ...@@ -98,7 +98,6 @@
* (patch courtesy of Zoltan Hidvegi) * (patch courtesy of Zoltan Hidvegi)
*/ */
#undef REALLY_SLOW_IO /* most systems can safely undef this */
#define CMD640_PREFETCH_MASKS 1 #define CMD640_PREFETCH_MASKS 1
//#define CMD640_DUMP_REGS //#define CMD640_DUMP_REGS
......
...@@ -21,8 +21,6 @@ ...@@ -21,8 +21,6 @@
* are deemed to be part of the source code. * are deemed to be part of the source code.
*/ */
#undef REALLY_SLOW_IO /* most systems can safely undef this */
#include <linux/types.h> #include <linux/types.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/kernel.h> #include <linux/kernel.h>
......
...@@ -87,7 +87,6 @@ ...@@ -87,7 +87,6 @@
* 0.5 doesn't work. * 0.5 doesn't work.
*/ */
#undef REALLY_SLOW_IO /* most systems can safely undef this */
#define OPTI621_DEBUG /* define for debug messages */ #define OPTI621_DEBUG /* define for debug messages */
#include <linux/types.h> #include <linux/types.h>
......
...@@ -15,8 +15,6 @@ ...@@ -15,8 +15,6 @@
* Dunno if this fixes both ports, or only the primary port (?). * Dunno if this fixes both ports, or only the primary port (?).
*/ */
#undef REALLY_SLOW_IO /* most systems can safely undef this */
#include <linux/types.h> #include <linux/types.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/kernel.h> #include <linux/kernel.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment