diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/libata.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 4093e3b6a8b7..6eec11957e54 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -163,8 +163,6 @@ enum { | |||
163 | ATA_DEV_NONE = 9, /* no device */ | 163 | ATA_DEV_NONE = 9, /* no device */ |
164 | 164 | ||
165 | /* struct ata_link flags */ | 165 | /* struct ata_link flags */ |
166 | ATA_LFLAG_SKIP_D2H_BSY = (1 << 1), /* can't wait for the first D2H | ||
167 | * Register FIS clearing BSY */ | ||
168 | ATA_LFLAG_NO_SRST = (1 << 2), /* avoid softreset */ | 166 | ATA_LFLAG_NO_SRST = (1 << 2), /* avoid softreset */ |
169 | ATA_LFLAG_ASSUME_ATA = (1 << 3), /* assume ATA class */ | 167 | ATA_LFLAG_ASSUME_ATA = (1 << 3), /* assume ATA class */ |
170 | ATA_LFLAG_ASSUME_SEMB = (1 << 4), /* assume SEMB class */ | 168 | ATA_LFLAG_ASSUME_SEMB = (1 << 4), /* assume SEMB class */ |