]> Pileus Git - ~andy/linux/commitdiff
regulator: stw481x-vmmc: Set missing .of_match_table to stw481x_vmmc_match
authorAxel Lin <axel.lin@ingics.com>
Wed, 2 Oct 2013 12:54:20 +0000 (20:54 +0800)
committerMark 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

index 5ae72a877259791f97784a4e75fd6b86b4f8bcbe..f78857bd6a158ad8b86b5b103fd5ba4bcb7ad8c9 100644 (file)
@@ -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,