Skip to content

Commit

Permalink
regulator: max8907: Add MODULE_ALIAS
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Axel Lin authored and Mark Brown committed Aug 28, 2012
1 parent 5fc72f5 commit d154f0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/regulator/max8907-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -405,3 +405,4 @@ module_exit(max8907_reg_exit);
MODULE_DESCRIPTION("MAX8907 regulator driver");
MODULE_AUTHOR("Gyungoh Yoo <jack.yoo@maxim-ic.com>");
MODULE_LICENSE("GPL v2");
MODULE_ALIAS("platform:max8907-regulator");

0 comments on commit d154f0a

Please sign in to comment.