mfd: pm8008: Drop bogus i2c module alias
authorJohan Hovold <johan+linaro@kernel.org>
Fri, 26 May 2023 09:16:46 +0000 (11:16 +0200)
committerLee Jones <lee@kernel.org>
Thu, 15 Jun 2023 08:19:38 +0000 (09:19 +0100)
commit95100ed6ad4f0f74de2c4bb03618e57c896a7a89
tree1ec458e33e0e2a2ed820bb7c480a07fa48524d5e
parentd420c9886f5369697047b880221789bf0054e438
mfd: pm8008: Drop bogus i2c module alias

Prior to commit af503716ac14 ("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
drivers/mfd/qcom-pm8008.c