summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-04-04 20:07:26 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-04-04 20:07:26 -0700
commit8c6ab573481d05d64b4aa7ddf42f8c0439467c9f (patch)
tree97b0d5605d1f9f6a29d6348dafbe0cc5958dd4bd /include
parent54b3c86290203998a7407faaa248b636fa1123e6 (diff)
parentf7c5a2bbb27acb8f0bfdb05c6e1cf1562e8b16c8 (diff)
Merge "mmc: core: Remove unused variable cached_ext_csd"
Diffstat (limited to 'include')
-rw-r--r--include/linux/mmc/card.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mmc/card.h b/include/linux/mmc/card.h
index 1c87478b5fc0..3d426520bfa1 100644
--- a/include/linux/mmc/card.h
+++ b/include/linux/mmc/card.h
@@ -432,7 +432,6 @@ struct mmc_card {
struct mmc_wr_pack_stats wr_pack_stats; /* packed commands stats*/
struct notifier_block reboot_notify;
enum mmc_pon_type pon_type;
- u8 *cached_ext_csd;
bool cmdq_init;
struct mmc_bkops_info bkops;
};