diff options
Diffstat (limited to 'drivers/mmc/host/mxs-mmc.c')
| -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 34a90266ab1..277161d279b 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 = {  		.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,  	},  };  |