Commit d154f0a61760c55dd5351e01893ffaf7b62a8eb8

Authored by Axel Lin
Committed by Mark Brown
1 parent 5fc72f57e6

regulator: max8907: Add MODULE_ALIAS

This driver can be built as a module, add MODULE_ALIAS for it.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/regulator/max8907-regulator.c
... ... @@ -405,4 +405,5 @@
405 405 MODULE_DESCRIPTION("MAX8907 regulator driver");
406 406 MODULE_AUTHOR("Gyungoh Yoo <jack.yoo@maxim-ic.com>");
407 407 MODULE_LICENSE("GPL v2");
  408 +MODULE_ALIAS("platform:max8907-regulator");