Commits

Linus Walleij committed 5bb4b6ea1fd
mmc: block: move packed command struct init By moving the mmc_packed_init() and mmc_packed_clean() into the only file in the kernel where they are used, we save two exported functions and can staticize those to the block.c file. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> (cherry picked from commit e01071dd2bfc73d88b63aeec26bff8eb872b1dc9)