diff options
author | Alan Cox <alan@redhat.com> | 2007-03-03 11:48:54 -0500 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2007-03-03 11:48:54 -0500 |
commit | 846c11abc7934a523a665a3b702358e6f2998e3e (patch) | |
tree | 60f090cd6846fee09653dcc8345e56474f0c2ddf /drivers/ide/pci/opti621.c | |
parent | 8693d3e47b5cd95e1a513f90bc5e0467ce885e24 (diff) |
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/pci/opti621.c')
-rw-r--r-- | drivers/ide/pci/opti621.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ide/pci/opti621.c b/drivers/ide/pci/opti621.c index 9ca60dd2185e..af9aaafa55b6 100644 --- a/drivers/ide/pci/opti621.c +++ b/drivers/ide/pci/opti621.c | |||
@@ -87,7 +87,6 @@ | |||
87 | * 0.5 doesn't work. | 87 | * 0.5 doesn't work. |
88 | */ | 88 | */ |
89 | 89 | ||
90 | #undef REALLY_SLOW_IO /* most systems can safely undef this */ | ||
91 | #define OPTI621_DEBUG /* define for debug messages */ | 90 | #define OPTI621_DEBUG /* define for debug messages */ |
92 | 91 | ||
93 | #include <linux/types.h> | 92 | #include <linux/types.h> |