mmc: block: Anonymize the drv op data pointer
authorLinus Walleij <linus.walleij@linaro.org>
Sun, 20 Aug 2017 21:39:06 +0000 (23:39 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 30 Aug 2017 13:03:38 +0000 (15:03 +0200)
commit69f7599e6c55b80aa34fee18217a67d16703b906
tree4ffaecf47856764e2111a45e86d299ae8beb63b4
parenta814a14ea44d4415ee193985ecb744de320739e5
mmc: block: Anonymize the drv op data pointer

We have a data pointer for the ioctl() data, but we need to
pass other data along with the DRV_OP:s, so make this a
void * so it can be reused.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/core/block.c
drivers/mmc/core/queue.h