commit | 7db3028e00f0d19d4ab10d3d5f38afb1d7814861 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Fri Nov 18 13:36:15 2016 +0100 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Tue Nov 29 09:05:04 2016 +0100 |
tree | ee52405d50a2b59b99769dafd19363723ae5aa9e | |
parent | f2818bff37b65bbf05fb2a948f591ff67986e733 [diff] |
mmc: block: rename data to blkdata The struct mmc_blk_request contains an opaque void *data that is actually only used to store a pointer to a per-request struct mmc_blk_data. This is confusing, so rename the member to blkdata and forward-declare the block.c local struct. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>