regulator: max8907: Add MODULE_ALIAS
authorAxel Lin <axel.lin@gmail.com>
Sat, 25 Aug 2012 06:56:48 +0000 (14:56 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 28 Aug 2012 18:00:30 +0000 (11:00 -0700)
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>
drivers/regulator/max8907-regulator.c

index e97af8ef3aea892f2de91f1ae4abc85e38e1db82..af7607515ab951e2b688b31e0a1cffef8b8bc396 100644 (file)
@@ -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");