diff options
Diffstat (limited to 'include/linux/ide.h')
-rw-r--r-- | include/linux/ide.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 47878719c56b..ab8ee4f32f52 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -494,8 +494,6 @@ enum { | |||
494 | IDE_DFLAG_NICE1 = (1 << 5), | 494 | IDE_DFLAG_NICE1 = (1 << 5), |
495 | /* device is physically present */ | 495 | /* device is physically present */ |
496 | IDE_DFLAG_PRESENT = (1 << 6), | 496 | IDE_DFLAG_PRESENT = (1 << 6), |
497 | /* device ejected hint */ | ||
498 | IDE_DFLAG_DEAD = (1 << 7), | ||
499 | /* id read from device (synthetic if not set) */ | 497 | /* id read from device (synthetic if not set) */ |
500 | IDE_DFLAG_ID_READ = (1 << 8), | 498 | IDE_DFLAG_ID_READ = (1 << 8), |
501 | IDE_DFLAG_NOPROBE = (1 << 9), | 499 | IDE_DFLAG_NOPROBE = (1 << 9), |