From ed612a349c967dd235d83959f9a0878777a5ae18 Mon Sep 17 00:00:00 2001 From: Axel Lin Date: Mon, 31 Mar 2014 21:31:16 +0800 Subject: [PATCH] mfd: bcm590xx: Fix modalias prefix This is a i2c driver, so uses i2c prefix in modalias. Signed-off-by: Axel Lin Signed-off-by: Lee Jones --- drivers/mfd/bcm590xx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "); MODULE_DESCRIPTION("BCM590xx multi-function driver"); MODULE_LICENSE("GPL v2"); -MODULE_ALIAS("platform:bcm590xx"); +MODULE_ALIAS("i2c:bcm590xx"); -- 2.34.1