Skip to content

Commit 95100ed

Browse files
jhovoldlag-linaro
authored andcommitted
mfd: pm8008: Drop bogus i2c module alias
Prior to commit af50371 ("i2c: core: report OF style module alias for devices registered via OF") drivers using OF matching needed an i2c module alias such as "i2c:pm8008" for module autoloading to work. Drop the bogus i2c alias from the pm8008 driver which was merged long after i2c core was fixed and whose alias did not match the driver name ("pm8008") to begin with. Signed-off-by: Johan Hovold <johan+linaro@kernel.org> Signed-off-by: Lee Jones <lee@kernel.org> Link: https://lore.kernel.org/r/20230526091646.17318-3-johan+linaro@kernel.org
1 parent d420c98 commit 95100ed

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/mfd/qcom-pm8008.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,4 +211,3 @@ static struct i2c_driver pm8008_mfd_driver = {
211211
module_i2c_driver(pm8008_mfd_driver);
212212

213213
MODULE_LICENSE("GPL v2");
214-
MODULE_ALIAS("i2c:qcom-pm8008");

0 commit comments

Comments
 (0)