Explorar o código

regulator: tps65090: Add MODULE_ALIAS

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>
Axel Lin %!s(int64=13) %!d(string=hai) anos
pai
achega
d95420b860
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      drivers/regulator/tps65090-regulator.c

+ 1 - 0
drivers/regulator/tps65090-regulator.c

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