Browse Source

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>
Axel Lin 11 years ago
parent
commit
c93474316d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/regulator/bcm590xx-regulator.c

+ 1 - 1
drivers/regulator/bcm590xx-regulator.c

@@ -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");