mmc: mxs-mmc: Move of_match_table out of CONFIG_PM

Signed-off-by: Marek Vasut <marex@denx.de>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
This commit is contained in:
Marek Vasut 2012-05-21 06:33:27 +02:00 committed by Chris Ball
parent 81ec1daa11
commit a3e545e9ab
1 changed files with 1 additions and 1 deletions

View File

@ -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,
},
};