]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
regulator: pfuze100: Fix module alias prefix
authorAxel Lin <axel.lin@ingics.com>
Mon, 29 Jul 2013 04:19:29 +0000 (12:19 +0800)
committerMark Brown <broonie@linaro.org>
Mon, 29 Jul 2013 05:52:14 +0000 (06:52 +0100)
i2c drivers use "i2c:" prefix for module alias.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/regulator/pfuze100-regulator.c

index 471208782b03059df0da5b57f36eac004cfe9d53..6eb5586e6fa49946d9ec67463523e6ccceade976 100644 (file)
@@ -452,4 +452,4 @@ module_i2c_driver(pfuze_driver);
 MODULE_AUTHOR("Robin Gong <b38343@freescale.com>");
 MODULE_DESCRIPTION("Regulator Driver for Freescale PFUZE100 PMIC");
 MODULE_LICENSE("GPL v2");
-MODULE_ALIAS("pfuze100-regulator");
+MODULE_ALIAS("i2c:pfuze100-regulator");