Commit a3e545e9 authored by Marek Vasut's avatar Marek Vasut Committed by Chris Ball

mmc: mxs-mmc: Move of_match_table out of CONFIG_PM

Signed-off-by: default avatarMarek Vasut <marex@denx.de>
Acked-by: default avatarShawn Guo <shawn.guo@linaro.org>
Signed-off-by: default avatarChris Ball <cjb@laptop.org>
parent 81ec1daa
......@@ -894,8 +894,8 @@ static struct platform_driver mxs_mmc_driver = {
.owner = THIS_MODULE,
#ifdef CONFIG_PM
.pm = &mxs_mmc_pm_ops,
.of_match_table = mxs_mmc_dt_ids,
#endif
.of_match_table = mxs_mmc_dt_ids,
},
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment