summaryrefslogtreecommitdiffstats
path: root/drivers/ide/mips
diff options
context:
space:
mode:
authorAlan Cox2007-03-03 17:48:54 +0100
committerBartlomiej Zolnierkiewicz2007-03-03 17:48:54 +0100
commit846c11abc7934a523a665a3b702358e6f2998e3e (patch)
tree60f090cd6846fee09653dcc8345e56474f0c2ddf /drivers/ide/mips
parentsiimage: DRAC4 note (diff)
downloadkernel-qcow2-linux-846c11abc7934a523a665a3b702358e6f2998e3e.tar.gz
kernel-qcow2-linux-846c11abc7934a523a665a3b702358e6f2998e3e.tar.xz
kernel-qcow2-linux-846c11abc7934a523a665a3b702358e6f2998e3e.zip
ide: remove a ton of pointless #undef REALLY_SLOW_IO
Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/mips')
-rw-r--r--drivers/ide/mips/au1xxx-ide.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ide/mips/au1xxx-ide.c b/drivers/ide/mips/au1xxx-ide.c
index 0a59d5ef1599..b2dc028dc8ca 100644
--- a/drivers/ide/mips/au1xxx-ide.c
+++ b/drivers/ide/mips/au1xxx-ide.c
@@ -29,8 +29,6 @@
* Note: for more information, please refer "AMD Alchemy Au1200/Au1550 IDE
* Interface and Linux Device Driver" Application Note.
*/
-#undef REALLY_SLOW_IO /* most systems can safely undef this */
-
#include <linux/types.h>
#include <linux/module.h>
#include <linux/kernel.h>