From: Axel Lin Date: Fri, 14 Mar 2014 01:57:54 +0000 (+0800) Subject: regulator: bcm590xx: Make the modalias matches the driver name X-Git-Tag: v3.15-rc1~148^2~5^2~1 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=c93474316d3a4bcdf23dde5d1b87577146dcec99;p=linux.git regulator: bcm590xx: Make the modalias matches the driver name Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- diff --git a/drivers/regulator/bcm590xx-regulator.c b/drivers/regulator/bcm590xx-regulator.c index e6b2e8e08c41..d12d6d62ffa7 100644 --- a/drivers/regulator/bcm590xx-regulator.c +++ b/drivers/regulator/bcm590xx-regulator.c @@ -410,4 +410,4 @@ module_platform_driver(bcm590xx_regulator_driver); MODULE_AUTHOR("Matt Porter "); MODULE_DESCRIPTION("BCM590xx voltage regulator driver"); MODULE_LICENSE("GPL v2"); -MODULE_ALIAS("platform:bcm590xx-regulator"); +MODULE_ALIAS("platform:bcm590xx-vregs");