diff options
| author | Sahitya Tummala <stummala@codeaurora.org> | 2015-05-08 11:12:30 +0530 |
|---|---|---|
| committer | Subhash Jadavani <subhashj@codeaurora.org> | 2016-05-31 15:26:20 -0700 |
| commit | 71e326e07801e6499e7e9c23b4b78b9b498e270a (patch) | |
| tree | 733721f8d7f08a3ed98ed96d2a76bc3a89901e3f /include/linux | |
| parent | 3006336d10a868a18eba5da912367fd775bf2e68 (diff) | |
mmc: block: add req pointer to mmc request
This is needed by ICE (Inline Crypto Engine) driver to get
the ICE configuration data from the request.
Change-Id: Ie69c64f4dc0c31290dec50d905e8b3d436c86d62
Signed-off-by: Sahitya Tummala <stummala@codeaurora.org>
Signed-off-by: Venkat Gopalakrishnan <venkatg@codeaurora.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mmc/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmc/core.h b/include/linux/mmc/core.h index ba296ab25899..07f96aa5ff6b 100644 --- a/include/linux/mmc/core.h +++ b/include/linux/mmc/core.h @@ -108,6 +108,7 @@ struct mmc_request { struct completion completion; void (*done)(struct mmc_request *);/* completion function */ struct mmc_host *host; + struct request *req; }; struct mmc_card; |
