diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-03-07 06:24:53 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-03-07 06:24:53 -0800 |
| commit | 3e5d23c301fafd49d2acce5be893a603c343ee61 (patch) | |
| tree | 05934e4e98b064470744c6bfc6b28683d043628b /include | |
| parent | 4ffd6a18c4ff505c0bb1fb7ff5863ade12a87342 (diff) | |
| parent | 2758812cd7f78126b3542da623bddc3741f0dda5 (diff) | |
Merge "mmc: sdhci: add err_state to sdhci_dumpregs func"
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/mmc/host.h | 2 |
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 */ |
