mmc: exynos_dw_mmc: guard execute_tuning
authorPeng Fan <peng.fan@nxp.com>
Thu, 23 Oct 2025 13:11:04 +0000 (21:11 +0800)
committerPeng Fan <peng.fan@nxp.com>
Thu, 30 Oct 2025 02:11:19 +0000 (10:11 +0800)
commite16018f6b22d36f9f6b9f881175547457c06dae3
treeaa7b89967fe13b377db8f1e7df90af4a59190eda
parentd805a18ec60acdb0c2f28b56d336d026bad3c44e
mmc: exynos_dw_mmc: guard execute_tuning

Guard execute_tuning with MMC_SUPPORTS_TUNING, otherwise there will be
build failure:
drivers/mmc/exynos_dw_mmc.c:484:10: error: 'struct dm_mmc_ops' has no member
named 'execute_tuning'
         .execute_tuning = exynos_dwmmc_execute_tuning,
          ^~~~~~~~~~~~~~

Cc: Kaustabh Chakraborty <kauschluss@disroot.org>
Acked-by: Kaustabh Chakraborty <kauschluss@disroot.org>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
drivers/mmc/exynos_dw_mmc.c