diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ide.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index bd0a4d36b6d3..d111c3ebbbae 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
| @@ -497,8 +497,6 @@ enum { | |||
| 497 | IDE_AFLAG_LE_SPEED_FIELDS = (1 << 17), | 497 | IDE_AFLAG_LE_SPEED_FIELDS = (1 << 17), |
| 498 | 498 | ||
| 499 | /* ide-floppy */ | 499 | /* ide-floppy */ |
| 500 | /* Format in progress */ | ||
| 501 | IDE_AFLAG_FORMAT_IN_PROGRESS = (1 << 18), | ||
| 502 | /* Avoid commands not supported in Clik drive */ | 500 | /* Avoid commands not supported in Clik drive */ |
| 503 | IDE_AFLAG_CLIK_DRIVE = (1 << 19), | 501 | IDE_AFLAG_CLIK_DRIVE = (1 << 19), |
| 504 | /* Requires BH algorithm for packets */ | 502 | /* Requires BH algorithm for packets */ |
| @@ -579,6 +577,7 @@ enum { | |||
| 579 | IDE_DFLAG_MEDIA_CHANGED = (1 << 29), | 577 | IDE_DFLAG_MEDIA_CHANGED = (1 << 29), |
| 580 | /* write protect */ | 578 | /* write protect */ |
| 581 | IDE_DFLAG_WP = (1 << 30), | 579 | IDE_DFLAG_WP = (1 << 30), |
| 580 | IDE_DFLAG_FORMAT_IN_PROGRESS = (1 << 31), | ||
| 582 | }; | 581 | }; |
| 583 | 582 | ||
| 584 | struct ide_drive_s { | 583 | struct ide_drive_s { |
