diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2018-07-24 13:39:55 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-07-24 13:39:53 -0700 |
| commit | a441ab05d2b7b6112cdadfa1ac444a51db3e827c (patch) | |
| tree | 96df55fef61ab5c16306b628178682246e2be761 /include | |
| parent | df9023cd6928cca15905ae98b5ef7d857504d055 (diff) | |
| parent | f77d7178aab0094a940b876cfaabd49872c0d524 (diff) | |
Merge "Merge android-4.4.141 (b1bad9e) into msm-4.4"
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/libata.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index b20a2752f934..6428ac4746de 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h @@ -210,6 +210,7 @@ enum { ATA_FLAG_SLAVE_POSS = (1 << 0), /* host supports slave dev */ /* (doesn't imply presence) */ ATA_FLAG_SATA = (1 << 1), + ATA_FLAG_NO_LPM = (1 << 2), /* host not happy with LPM */ ATA_FLAG_NO_LOG_PAGE = (1 << 5), /* do not issue log page read */ ATA_FLAG_NO_ATAPI = (1 << 6), /* No ATAPI support */ ATA_FLAG_PIO_DMA = (1 << 7), /* PIO cmds via DMA */ |
