summaryrefslogtreecommitdiff
path: root/drivers/mfd
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2013-04-23 14:22:26 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:09:27 -0700
commit4aa59fe0104e439432cf279fd6a1b104a3f455fb (patch)
treea8984674fdce390d4386a07bdf31295cce5d65f4 /drivers/mfd
parent95a4cda7394bbfd9dfaa42b838701fc334ec75a7 (diff)
mfd: max77660: change module alias to i2c
max77660 is i2c client driver and hence changing the MODULE_ALIAS to i2c. Change-Id: Ib2030533e96b798e80da9753837df5b73f0e80e2 Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-on: http://git-master/r/222011 GVS: Gerrit_Virtual_Submit
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/max77660-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/max77660-core.c b/drivers/mfd/max77660-core.c
index 56c2a5b7e043..4e39b3715637 100644
--- a/drivers/mfd/max77660-core.c
+++ b/drivers/mfd/max77660-core.c
@@ -747,4 +747,4 @@ MODULE_LICENSE("GPL v2");
MODULE_DESCRIPTION("MAX77660 Multi Function Device Core Driver");
MODULE_VERSION("1.0");
MODULE_AUTHOR("Maxim Integrated");
-MODULE_ALIAS("platform:max77660-core");
+MODULE_ALIAS("i2c:max77660-core");