[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1388428882-28217-1-git-send-email-festevam@gmail.com>
Date: Mon, 30 Dec 2013 16:41:22 -0200
From: Fabio Estevam <festevam@...il.com>
To: broonie@...nel.org
Cc: linux-kernel@...r.kernel.org,
Fabio Estevam <fabio.estevam@...escale.com>
Subject: [PATCH] regulator: pfuze100-regulator: Fix MODULE_ALIAS()
From: Fabio Estevam <fabio.estevam@...escale.com>
We should use 'platform' in the MODULE_ALIAS for the regulator.
Signed-off-by: Fabio Estevam <fabio.estevam@...escale.com>
---
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 0c511ae..04c6267 100644
--- a/drivers/regulator/pfuze100-regulator.c
+++ b/drivers/regulator/pfuze100-regulator.c
@@ -434,4 +434,4 @@ module_i2c_driver(pfuze_driver);
MODULE_AUTHOR("Robin Gong <b38343@...escale.com>");
MODULE_DESCRIPTION("Regulator Driver for Freescale PFUZE100 PMIC");
MODULE_LICENSE("GPL v2");
-MODULE_ALIAS("i2c:pfuze100-regulator");
+MODULE_ALIAS("platform:pfuze100-regulator");
--
1.8.1.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists