We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e5fe5b commit 3f7ac1dCopy full SHA for 3f7ac1d
include/linux/libata.h
@@ -137,8 +137,6 @@ enum {
137
ATA_DFLAG_ACPI_PENDING = (1 << 5), /* ACPI resume action pending */
138
ATA_DFLAG_ACPI_FAILED = (1 << 6), /* ACPI on devcfg has failed */
139
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 */
142
ATA_DFLAG_DMADIR = (1 << 10), /* device requires DMADIR */
143
ATA_DFLAG_CFG_MASK = (1 << 12) - 1,
144
0 commit comments