aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2012-05-21 06:33:27 +0200
committerChris Ball <cjb@laptop.org>2012-06-06 10:16:40 -0400
commita3e545e9ab26892641ecac7cee30ea4b4e87977e (patch)
treebddb9af5950fe69e0ad8ae5fe180db023d699b37 /drivers/mmc/host
parentmmc: sdhci-s3c: pass IRQF ONESHOT to request threaded irq (diff)
downloadlinux-dev-a3e545e9ab26892641ecac7cee30ea4b4e87977e.tar.xz
linux-dev-a3e545e9ab26892641ecac7cee30ea4b4e87977e.zip
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>
Diffstat (limited to 'drivers/mmc/host')
-rw-r--r--drivers/mmc/host/mxs-mmc.c2
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 = {
.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,
},
};