From: Axel Lin Date: Fri, 23 Nov 2012 15:47:16 +0000 (+0800) Subject: regulator: tps65090: Add MODULE_ALIAS X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=d95420b8602c7302cd19881cda23c61e456e2294;p=deliverable%2Flinux.git regulator: tps65090: 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/tps65090-regulator.c b/drivers/regulator/tps65090-regulator.c index 412413838e12..1ef8eb6e60c4 100644 --- a/drivers/regulator/tps65090-regulator.c +++ b/drivers/regulator/tps65090-regulator.c @@ -269,3 +269,4 @@ module_exit(tps65090_regulator_exit); MODULE_DESCRIPTION("tps65090 regulator driver"); MODULE_AUTHOR("Venu Byravarasu "); MODULE_LICENSE("GPL v2"); +MODULE_ALIAS("platform:tps65090-pmic");