]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
regulator: anatop: Fix module autoload for OF platform driver
authorLuis de Bethencourt <luis@debethencourt.com>
Fri, 18 Sep 2015 17:09:07 +0000 (19:09 +0200)
committerMark Brown <broonie@kernel.org>
Sat, 19 Sep 2015 14:53:42 +0000 (07:53 -0700)
commitd702ffd4d1df73b9c620af1654af42ff5b8d5c09
tree9ac1c3aa1c0538095ac45fc236b654739e2b4ec2
parent6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f
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>
drivers/regulator/anatop-regulator.c