diff options
| -rw-r--r-- | drivers/mmc/host/mxs-mmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/mxs-mmc.c b/drivers/mmc/host/mxs-mmc.c index 34a90266ab11..277161d279b8 100644 --- a/drivers/mmc/host/mxs-mmc.c +++ b/drivers/mmc/host/mxs-mmc.c | |||
| @@ -894,8 +894,8 @@ static struct platform_driver mxs_mmc_driver = { | |||
| 894 | .owner = THIS_MODULE, | 894 | .owner = THIS_MODULE, |
| 895 | #ifdef CONFIG_PM | 895 | #ifdef CONFIG_PM |
| 896 | .pm = &mxs_mmc_pm_ops, | 896 | .pm = &mxs_mmc_pm_ops, |
| 897 | .of_match_table = mxs_mmc_dt_ids, | ||
| 898 | #endif | 897 | #endif |
| 898 | .of_match_table = mxs_mmc_dt_ids, | ||
| 899 | }, | 899 | }, |
| 900 | }; | 900 | }; |
| 901 | 901 | ||
