diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2018-04-18 04:50:57 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-04-18 04:50:57 -0700 |
| commit | f838d8939242dd43606614235b3e207debf4ee47 (patch) | |
| tree | aa85e1a404399b9dbde2e89e56626f4649a060df /include/linux | |
| parent | 315e769672e721d4702be86aff44caa4abc4788e (diff) | |
| parent | d3643ee7ff29a469859977d70a13ca641e52c323 (diff) | |
Merge "mmc: card: Service RPMB requests with priority over other requests"
Diffstat (limited to 'include/linux')
| -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 34da10bff4e1..c9e252bc4c2c 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h @@ -600,6 +600,8 @@ struct mmc_host { #endif bool sdr104_wa; + atomic_t rpmb_req_pending; + struct mutex rpmb_req_mutex; unsigned long private[0] ____cacheline_aligned; }; |
