Skip to content

Commit 3f7ac1d

Browse files
htejunjgarzik
authored andcommitted
libata: Kill unused ATA_DFLAG_{H|D}IPM flags
ATA_DFLAG_{H|D}IPM flags are no longer used. Kill them. Signed-off-by: Tejun Heo <[email protected]> Signed-off-by: Jeff Garzik <[email protected]>
1 parent 6e5fe5b commit 3f7ac1d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/linux/libata.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@ enum {
137137
ATA_DFLAG_ACPI_PENDING = (1 << 5), /* ACPI resume action pending */
138138
ATA_DFLAG_ACPI_FAILED = (1 << 6), /* ACPI on devcfg has failed */
139139
ATA_DFLAG_AN = (1 << 7), /* AN configured */
140-
ATA_DFLAG_HIPM = (1 << 8), /* device supports HIPM */
141-
ATA_DFLAG_DIPM = (1 << 9), /* device supports DIPM */
142140
ATA_DFLAG_DMADIR = (1 << 10), /* device requires DMADIR */
143141
ATA_DFLAG_CFG_MASK = (1 << 12) - 1,
144142

0 commit comments

Comments
 (0)