Skip to content

Commit

Permalink
mmc: mxs-mmc: Move of_match_table out of CONFIG_PM
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Vasut <marex@denx.de>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
  • Loading branch information
Marek Vasut authored and Chris Ball committed Jun 6, 2012
1 parent 81ec1da commit a3e545e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mmc/host/mxs-mmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
};

Expand Down

0 comments on commit a3e545e

Please sign in to comment.