projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3615a34
)
regulator: stw481x-vmmc: Set missing .of_match_table to stw481x_vmmc_match
author
Axel Lin
<axel.lin@ingics.com>
Wed, 2 Oct 2013 12:54:20 +0000
(20:54 +0800)
committer
Mark Brown
<broonie@linaro.org>
Thu, 3 Oct 2013 13:43:04 +0000
(14:43 +0100)
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/regulator/stw481x-vmmc.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/stw481x-vmmc.c
b/drivers/regulator/stw481x-vmmc.c
index
5ae72a8
..
f78857b
100644
(file)
--- a/
drivers/regulator/stw481x-vmmc.c
+++ b/
drivers/regulator/stw481x-vmmc.c
@@
-102,6
+102,7
@@
static struct platform_driver stw481x_vmmc_regulator_driver = {
.driver = {
.name = "stw481x-vmmc-regulator",
.owner = THIS_MODULE,
+ .of_match_table = stw481x_vmmc_match,
},
.probe = stw481x_vmmc_regulator_probe,
.remove = stw481x_vmmc_regulator_remove,