Message ID | 20170608220841.26531-7-guodong.xu@linaro.org |
---|---|
State | Accepted |
Commit | a8ea49d7f589fac1994a3b0af59f25cb284f3eb6 |
Headers | show |
Series | [v6,1/8] mfd: hi6421-pmic: cleanup: change license text to shorter form | expand |
diff --git a/drivers/regulator/hi6421-regulator.c b/drivers/regulator/hi6421-regulator.c index 62c5f54..259c3a8 100644 --- a/drivers/regulator/hi6421-regulator.c +++ b/drivers/regulator/hi6421-regulator.c @@ -621,7 +621,14 @@ static int hi6421_regulator_probe(struct platform_device *pdev) return 0; } +static const struct platform_device_id hi6421_regulator_table[] = { + { .name = "hi6421-regulator" }, + {}, +}; +MODULE_DEVICE_TABLE(platform, hi6421_regulator_table); + static struct platform_driver hi6421_regulator_driver = { + .id_table = hi6421_regulator_table, .driver = { .name = "hi6421-regulator", },