diff --git a/drivers/mmc/tmio-common.h b/drivers/mmc/tmio-common.h index 88244e878b4..4d717d85dec 100644 --- a/drivers/mmc/tmio-common.h +++ b/drivers/mmc/tmio-common.h @@ -140,7 +140,7 @@ struct tmio_sd_priv { struct clk clk; struct clk clkh; #endif -#if CONFIG_IS_ENABLED(RENESAS_SDHI) +#if IS_ENABLED(CONFIG_RENESAS_SDHI) unsigned int smpcmp; u8 tap_set; u8 tap_num;