OSDN Git Service
(root)
/
uclinux-h8
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81ec1da
)
mmc: mxs-mmc: Move of_match_table out of CONFIG_PM
mmc-fixes-for-3.5-rc4
author
Marek Vasut
<marex@denx.de>
Mon, 21 May 2012 04:33:27 +0000
(06:33 +0200)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/drivers/mmc/host/mxs-mmc.c
b/drivers/mmc/host/mxs-mmc.c
index
34a9026
..
277161d
100644
(file)
--- 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,
},
};