regulator: tps65090: Add MODULE_ALIAS
authorAxel Lin <axel.lin@ingics.com>
Fri, 23 Nov 2012 15:47:16 +0000 (23:47 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sat, 24 Nov 2012 17:50:35 +0000 (18:50 +0100)
This driver can be built as a module, add MODULE_ALIAS for it.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/regulator/tps65090-regulator.c

index 412413838e1247665a67552136fea87fc660c02f..1ef8eb6e60c4817b1cd3f3eae4072c8c44763fc3 100644 (file)
@@ -269,3 +269,4 @@ module_exit(tps65090_regulator_exit);
 MODULE_DESCRIPTION("tps65090 regulator driver");
 MODULE_AUTHOR("Venu Byravarasu <vbyravarasu@nvidia.com>");
 MODULE_LICENSE("GPL v2");
+MODULE_ALIAS("platform:tps65090-pmic");
This page took 0.024417 seconds and 5 git commands to generate.