]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mmc: tmio/sdhi: Fix includes
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Tue, 13 Feb 2024 22:02:22 +0000 (23:02 +0100)
committerLee Jones <lee@kernel.org>
Tue, 9 Jul 2024 09:40:15 +0000 (10:40 +0100)
commit4377aef83d0db25efc928a633ee80698b8520c8e
treec603a7f749864c6de96db6b704a801f778a2fb4b
parent6bec678b9872271ce2e0879c360ad7a1a524c7fa
mmc: tmio/sdhi: Fix includes

TMIO uses an of_* function, and SDHI uses pm_runtime functions. Add the
includes directly, so we can clean up another header properly. Sort the
pagemap include while we are here.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202402070323.JpYfFtkQ-lkp@intel.com/
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Acked-by: Ulf Hansson <ulf.hansson@linaro.org>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20240213220221.2380-11-wsa+renesas@sang-engineering.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mmc/host/renesas_sdhi_internal_dmac.c
drivers/mmc/host/renesas_sdhi_sys_dmac.c
drivers/mmc/host/tmio_mmc_core.c