aboutsummaryrefslogtreecommitdiff
path: root/include/linux/libata.h
diff options
context:
space:
mode:
authorSasha Levin <sasha.levin@oracle.com>2015-08-22 15:30:23 -0400
committerSasha Levin <sasha.levin@oracle.com>2015-08-27 13:26:07 -0400
commit514f0a944c001cdad24dce56757bfc3bb991c925 (patch)
treefab000b94e164ec74cf2b62c2892063e76342d5d /include/linux/libata.h
parentccdf38d8643e69532044d3a5672d8dc8ebf7a1ab (diff)
Revert "libata: add ATA_HORKAGE_NOTRIM"
This reverts commit e7a84605061b205350654641d823e1ca9589ec24.
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r--include/linux/libata.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h
index 8f6a07441b85..b3a816f4c0c4 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -429,7 +429,6 @@ enum {
ATA_HORKAGE_NO_NCQ_TRIM = (1 << 19), /* don't use queued TRIM */
ATA_HORKAGE_NOLPM = (1 << 20), /* don't use LPM */
ATA_HORKAGE_WD_BROKEN_LPM = (1 << 21), /* some WDs have broken LPM */
- ATA_HORKAGE_NOTRIM = (1 << 24), /* don't use TRIM */
/* DMA mask for user DMA control: User visible values; DO NOT
renumber */