Skip to content

Commit

Permalink
regulator: stw481x-vmmc: Set missing .of_match_table to stw481x_vmmc_…
Browse files Browse the repository at this point in the history
…match

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
  • Loading branch information
Axel Lin authored and Mark Brown committed Oct 3, 2013
1 parent 3615a34 commit 18dca93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/regulator/stw481x-vmmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 18dca93

Please sign in to comment.