aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator
diff options
context:
space:
mode:
authorLuis de Bethencourt <luis@debethencourt.com>2015-09-18 19:09:07 +0200
committerMark Brown <broonie@kernel.org>2015-09-19 07:53:42 -0700
commitd702ffd4d1df73b9c620af1654af42ff5b8d5c09 (patch)
tree9ac1c3aa1c0538095ac45fc236b654739e2b4ec2 /drivers/regulator
parentLinux 4.3-rc1 (diff)
downloadlinux-dev-d702ffd4d1df73b9c620af1654af42ff5b8d5c09.tar.xz
linux-dev-d702ffd4d1df73b9c620af1654af42ff5b8d5c09.zip
regulator: anatop: Fix module autoload for OF platform driver
This platform driver has a OF device ID table but the OF module alias information is not created so module autoloading won't work. Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator')
-rw-r--r--drivers/regulator/anatop-regulator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/anatop-regulator.c b/drivers/regulator/anatop-regulator.c
index 738adfa5332b..52ea605f8130 100644
--- a/drivers/regulator/anatop-regulator.c
+++ b/drivers/regulator/anatop-regulator.c
@@ -318,6 +318,7 @@ static const struct of_device_id of_anatop_regulator_match_tbl[] = {
{ .compatible = "fsl,anatop-regulator", },
{ /* end */ }
};
+MODULE_DEVICE_TABLE(of, of_anatop_regulator_match_tbl);
static struct platform_driver anatop_regulator_driver = {
.driver = {