Commits

Ulf Hansson committed 7a6147a0638
mmc: host: Include interrupt.h in mmc host drivers that depends on it An mmc host driver shouldn't rely on interrupt.h being included by another public mmc header. Instead make that dependency explicit by including interrupt.h in those host drivers that depends on it. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> (cherry picked from commit b8789ec482bbbf52f62631e25b6c8648fa834efc) Conflicts: drivers/mmc/host/davinci_mmc.c drivers/mmc/host/dw_mmc.h drivers/mmc/host/meson-gx-mmc.c