From 40839bff8b2c4ae844225e0579fd8b7f1452e0ae Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Mon, 29 Jul 2013 12:19:29 +0800 Subject: [PATCH] regulator: pfuze100: Fix module alias prefix i2c drivers use "i2c:" prefix for module alias. Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- drivers/regulator/pfuze100-regulator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/regulator/pfuze100-regulator.c b/drivers/regulator/pfuze100-regulator.c index 4712087..6eb5586 100644 --- a/drivers/regulator/pfuze100-regulator.c +++ b/drivers/regulator/pfuze100-regulator.c @@ -452,4 +452,4 @@ module_i2c_driver(pfuze_driver); MODULE_AUTHOR("Robin Gong "); MODULE_DESCRIPTION("Regulator Driver for Freescale PFUZE100 PMIC"); MODULE_LICENSE("GPL v2"); -MODULE_ALIAS("pfuze100-regulator"); +MODULE_ALIAS("i2c:pfuze100-regulator"); -- 2.7.4