Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
	},
};