From: Axel Lin Date: Sat, 25 Aug 2012 06:56:48 +0000 (+0800) Subject: regulator: max8907: Add MODULE_ALIAS X-Git-Tag: firefly_0821_release~3680^2~2008^2^5~13 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d154f0a61760c55dd5351e01893ffaf7b62a8eb8;p=firefly-linux-kernel-4.4.55.git regulator: max8907: Add MODULE_ALIAS This driver can be built as a module, add MODULE_ALIAS for it. Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- diff --git a/drivers/regulator/max8907-regulator.c b/drivers/regulator/max8907-regulator.c index e97af8ef3aea..af7607515ab9 100644 --- a/drivers/regulator/max8907-regulator.c +++ b/drivers/regulator/max8907-regulator.c @@ -405,3 +405,4 @@ module_exit(max8907_reg_exit); MODULE_DESCRIPTION("MAX8907 regulator driver"); MODULE_AUTHOR("Gyungoh Yoo "); MODULE_LICENSE("GPL v2"); +MODULE_ALIAS("platform:max8907-regulator");