mmc: mxs-mmc: Move of_match_table out of CONFIG_PM
authorMarek Vasut <[email protected]>
Mon, 21 May 2012 04:33:27 +0000 (06:33 +0200)
committerChris Ball <[email protected]>
Wed, 6 Jun 2012 14:16:40 +0000 (10:16 -0400)
Signed-off-by: Marek Vasut <[email protected]>
Acked-by: Shawn Guo <[email protected]>
Signed-off-by: Chris Ball <[email protected]>
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,
        },
 };