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>

authored by Alan Cox and committed by Bartlomiej Zolnierkiewicz 846c11ab 8693d3e4

-24
-2
drivers/ide/cris/ide-cris.c
··· 17 17 * device can't do DMA handshaking for some stupid reason. We don't need to do that. 18 18 */ 19 19 20 - #undef REALLY_SLOW_IO /* most systems can safely undef this */ 21 - 22 20 #include <linux/types.h> 23 21 #include <linux/kernel.h> 24 22 #include <linux/timer.h>
-2
drivers/ide/ide-disk.c
··· 43 43 44 44 #define IDEDISK_VERSION "1.18" 45 45 46 - #undef REALLY_SLOW_IO /* most systems can safely undef this */ 47 - 48 46 //#define DEBUG 49 47 50 48 #include <linux/module.h>
-2
drivers/ide/ide-probe.c
··· 31 31 * valid after probe time even with noprobe 32 32 */ 33 33 34 - #undef REALLY_SLOW_IO /* most systems can safely undef this */ 35 - 36 34 #include <linux/module.h> 37 35 #include <linux/types.h> 38 36 #include <linux/string.h>
-2
drivers/ide/ide.c
··· 126 126 #define REVISION "Revision: 7.00alpha2" 127 127 #define VERSION "Id: ide.c 7.00a2 20020906" 128 128 129 - #undef REALLY_SLOW_IO /* most systems can safely undef this */ 130 - 131 129 #define _IDE_C /* Tell ide.h it's really us */ 132 130 133 131 #include <linux/module.h>
-2
drivers/ide/legacy/ali14xx.c
··· 37 37 * mode 4 for a while now with no trouble.) -Derek 38 38 */ 39 39 40 - #undef REALLY_SLOW_IO /* most systems can safely undef this */ 41 - 42 40 #include <linux/module.h> 43 41 #include <linux/types.h> 44 42 #include <linux/kernel.h>
-2
drivers/ide/legacy/dtc2278.c
··· 4 4 * Copyright (C) 1996 Linus Torvalds & author (see below) 5 5 */ 6 6 7 - #undef REALLY_SLOW_IO /* most systems can safely undef this */ 8 - 9 7 #include <linux/module.h> 10 8 #include <linux/types.h> 11 9 #include <linux/kernel.h>
-2
drivers/ide/legacy/ht6560b.c
··· 36 36 37 37 #define HT6560B_VERSION "v0.07" 38 38 39 - #undef REALLY_SLOW_IO /* most systems can safely undef this */ 40 - 41 39 #include <linux/module.h> 42 40 #include <linux/types.h> 43 41 #include <linux/kernel.h>
-2
drivers/ide/legacy/qd65xx.c
··· 25 25 * Samuel Thibault <samuel.thibault@fnac.net> 26 26 */ 27 27 28 - #undef REALLY_SLOW_IO /* most systems can safely undef this */ 29 - 30 28 #include <linux/module.h> 31 29 #include <linux/types.h> 32 30 #include <linux/kernel.h>
-2
drivers/ide/mips/au1xxx-ide.c
··· 29 29 * Note: for more information, please refer "AMD Alchemy Au1200/Au1550 IDE 30 30 * Interface and Linux Device Driver" Application Note. 31 31 */ 32 - #undef REALLY_SLOW_IO /* most systems can safely undef this */ 33 - 34 32 #include <linux/types.h> 35 33 #include <linux/module.h> 36 34 #include <linux/kernel.h>
-1
drivers/ide/pci/cmd640.c
··· 98 98 * (patch courtesy of Zoltan Hidvegi) 99 99 */ 100 100 101 - #undef REALLY_SLOW_IO /* most systems can safely undef this */ 102 101 #define CMD640_PREFETCH_MASKS 1 103 102 104 103 //#define CMD640_DUMP_REGS
-2
drivers/ide/pci/generic.c
··· 21 21 * are deemed to be part of the source code. 22 22 */ 23 23 24 - #undef REALLY_SLOW_IO /* most systems can safely undef this */ 25 - 26 24 #include <linux/types.h> 27 25 #include <linux/module.h> 28 26 #include <linux/kernel.h>
-1
drivers/ide/pci/opti621.c
··· 87 87 * 0.5 doesn't work. 88 88 */ 89 89 90 - #undef REALLY_SLOW_IO /* most systems can safely undef this */ 91 90 #define OPTI621_DEBUG /* define for debug messages */ 92 91 93 92 #include <linux/types.h>
-2
drivers/ide/pci/rz1000.c
··· 15 15 * Dunno if this fixes both ports, or only the primary port (?). 16 16 */ 17 17 18 - #undef REALLY_SLOW_IO /* most systems can safely undef this */ 19 - 20 18 #include <linux/types.h> 21 19 #include <linux/module.h> 22 20 #include <linux/kernel.h>