ide: fix memleak on failure in probe_for_drive()
[safe/jmp/linux-2.6] / include / linux / ide.h
index 4787871..ab8ee4f 100644 (file)
@@ -494,8 +494,6 @@ enum {
        IDE_DFLAG_NICE1                 = (1 << 5),
        /* device is physically present */
        IDE_DFLAG_PRESENT               = (1 << 6),
-       /* device ejected hint */
-       IDE_DFLAG_DEAD                  = (1 << 7),
        /* id read from device (synthetic if not set) */
        IDE_DFLAG_ID_READ               = (1 << 8),
        IDE_DFLAG_NOPROBE               = (1 << 9),