summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/bcm590xx.c
diff options
context:
space:
mode:
authorAxel Lin2014-03-31 15:31:16 +0200
committerLee Jones2014-06-03 09:11:09 +0200
commited612a349c967dd235d83959f9a0878777a5ae18 (patch)
tree939449bd16ccc77c4afee866601d5af4055f8e05 /drivers/mfd/bcm590xx.c
parentmfd: bcm590xx: Add missing remove function (diff)
downloadkernel-qcow2-linux-ed612a349c967dd235d83959f9a0878777a5ae18.tar.gz
kernel-qcow2-linux-ed612a349c967dd235d83959f9a0878777a5ae18.tar.xz
kernel-qcow2-linux-ed612a349c967dd235d83959f9a0878777a5ae18.zip
mfd: bcm590xx: Fix modalias prefix
This is a i2c driver, so uses i2c prefix in modalias. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/bcm590xx.c')
-rw-r--r--drivers/mfd/bcm590xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/bcm590xx.c b/drivers/mfd/bcm590xx.c
index 5adb2e3dca8d..be4d0ac4874c 100644
--- a/drivers/mfd/bcm590xx.c
+++ b/drivers/mfd/bcm590xx.c
@@ -97,4 +97,4 @@ module_i2c_driver(bcm590xx_i2c_driver);
MODULE_AUTHOR("Matt Porter <mporter@linaro.org>");
MODULE_DESCRIPTION("BCM590xx multi-function driver");
MODULE_LICENSE("GPL v2");
-MODULE_ALIAS("platform:bcm590xx");
+MODULE_ALIAS("i2c:bcm590xx");