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/ide-disk.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/ide-disk.c')
-rw-r--r-- | drivers/ide/ide-disk.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/ide/ide-disk.c b/drivers/ide/ide-disk.c index e2cea1889c4d..37aa6ddd9702 100644 --- a/drivers/ide/ide-disk.c +++ b/drivers/ide/ide-disk.c | |||
@@ -43,8 +43,6 @@ | |||
43 | 43 | ||
44 | #define IDEDISK_VERSION "1.18" | 44 | #define IDEDISK_VERSION "1.18" |
45 | 45 | ||
46 | #undef REALLY_SLOW_IO /* most systems can safely undef this */ | ||
47 | |||
48 | //#define DEBUG | 46 | //#define DEBUG |
49 | 47 | ||
50 | #include <linux/module.h> | 48 | #include <linux/module.h> |