1
0
Fork 0

regulator: bcm590xx: Make the modalias matches the driver name

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
hifive-unleashed-5.1
Axel Lin 2014-03-14 09:57:54 +08:00 committed by Mark Brown
parent 462c9fc5cb
commit c93474316d
1 changed files with 1 additions and 1 deletions

View File

@ -410,4 +410,4 @@ module_platform_driver(bcm590xx_regulator_driver);
MODULE_AUTHOR("Matt Porter <mporter@linaro.org>");
MODULE_DESCRIPTION("BCM590xx voltage regulator driver");
MODULE_LICENSE("GPL v2");
MODULE_ALIAS("platform:bcm590xx-regulator");
MODULE_ALIAS("platform:bcm590xx-vregs");