]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
mmc: mxs-mmc: Move of_match_table out of CONFIG_PM
authorMarek Vasut <marex@denx.de>
Mon, 21 May 2012 04:33:27 +0000 (06:33 +0200)
committerChris Ball <cjb@laptop.org>
Wed, 6 Jun 2012 14:16:40 +0000 (10:16 -0400)
Signed-off-by: Marek Vasut <marex@denx.de>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/mxs-mmc.c

index 34a90266ab11710d69f85c2a5648c68d1d6ec430..277161d279b8048600e6b7333d05d9c022562886 100644 (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,
        },
 };