diff options
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-02-01 17:09:22 -0500 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-02-01 17:09:22 -0500 |
commit | 3fc3cbf786b6e73cd5cfe2f3233410a260405c86 (patch) | |
tree | 6ffd4486769df6791b5a99284d0d05adc817f4a4 /drivers/ide/ide-cd.h | |
parent | 2bc4cf2d826cb497063f6a84ab444cff13537e5f (diff) |
ide-cd: remove NO_DOOR_LOCKING define
Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/ide-cd.h')
-rw-r--r-- | drivers/ide/ide-cd.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/ide/ide-cd.h b/drivers/ide/ide-cd.h index c19aa23255d1..59b43935630f 100644 --- a/drivers/ide/ide-cd.h +++ b/drivers/ide/ide-cd.h | |||
@@ -28,13 +28,6 @@ | |||
28 | #endif | 28 | #endif |
29 | 29 | ||
30 | 30 | ||
31 | /* Turning this on will disable the door-locking functionality. | ||
32 | This is apparently needed for supermount. */ | ||
33 | |||
34 | #ifndef NO_DOOR_LOCKING | ||
35 | #define NO_DOOR_LOCKING 0 | ||
36 | #endif | ||
37 | |||
38 | /* | 31 | /* |
39 | * typical timeout for packet command | 32 | * typical timeout for packet command |
40 | */ | 33 | */ |