So there is rename, and function prefixes change accordingly.
The real change is that !IS_ENABLED(CONFIG_MMC_SDHI) fallback below disappeared. I don't how this is related to the rename.
Are you sure it will not cause compile problems in !IS_ENABLED(CONFIG_MMC_SDHI) case?
I am not seeing any compilation issues with disabling CONFIG_MMC_SDHI.
diff --git a/drivers/mmc/host/renesas_sdhi.h b/drivers/mmc/host/renesas_sdhi.h new file mode 100644 index 0000000..f65d936c --- /dev/null +++ b/drivers/mmc/host/renesas_sdhi.h @@ -0,0 +1,18 @@ +/* + * Renesas Mobile SDHI + * + * Copyright (C) 2017 Horms Solutions Ltd., Simon Horman + * Copyright (C) 2017 Renesas Electronics Corporation + * + * This program is free software; you can redistribute it and/or +modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + +#ifndef RENESAS_SDHI_H +#define RENESAS_SDHI_H + +#include "tmio_mmc.h" + +const struct tmio_mmc_dma_ops *renesas_sdhi_get_dma_ops(void);