From: Shree Ramamoorthy Date: Tue, 17 Dec 2024 20:45:25 +0000 (-0600) Subject: regulator: tps65219: Remove MODULE_ALIAS X-Git-Tag: v6.14-rc1~158^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ca321ef98b80eb282a4dcdd5231f666c610b0575;p=thirdparty%2Fkernel%2Flinux.git regulator: tps65219: Remove MODULE_ALIAS Remove MODULE_ALIAS because the same module alias is already generated by MODULE_DEVICE_TABLE. Signed-off-by: Shree Ramamoorthy Link: https://patch.msgid.link/20241217204526.1010989-4-s-ramamoorthy@ti.com Signed-off-by: Mark Brown --- diff --git a/drivers/regulator/tps65219-regulator.c b/drivers/regulator/tps65219-regulator.c index 5decf69f327ae..f57a046f9deab 100644 --- a/drivers/regulator/tps65219-regulator.c +++ b/drivers/regulator/tps65219-regulator.c @@ -390,5 +390,4 @@ module_platform_driver(tps65219_regulator_driver); MODULE_AUTHOR("Jerome Neanne "); MODULE_DESCRIPTION("TPS65219 voltage regulator driver"); -MODULE_ALIAS("platform:tps65219-pmic"); MODULE_LICENSE("GPL");