summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-03-07 06:24:53 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-03-07 06:24:53 -0800
commit3e5d23c301fafd49d2acce5be893a603c343ee61 (patch)
tree05934e4e98b064470744c6bfc6b28683d043628b /include
parent4ffd6a18c4ff505c0bb1fb7ff5863ade12a87342 (diff)
parent2758812cd7f78126b3542da623bddc3741f0dda5 (diff)
Merge "mmc: sdhci: add err_state to sdhci_dumpregs func"
Diffstat (limited to 'include')
-rw-r--r--include/linux/mmc/host.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h
index 5374bd6c4cbe..055b879dfa6b 100644
--- a/include/linux/mmc/host.h
+++ b/include/linux/mmc/host.h
@@ -534,6 +534,8 @@ struct mmc_host {
struct dentry *debugfs_root;
+ bool err_occurred;
+
struct mmc_async_req *areq; /* active async req */
struct mmc_context_info context_info; /* async synchronization info */