]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
regulator: tps65219: Remove MODULE_ALIAS
authorShree Ramamoorthy <s-ramamoorthy@ti.com>
Tue, 17 Dec 2024 20:45:25 +0000 (14:45 -0600)
committerMark Brown <broonie@kernel.org>
Tue, 17 Dec 2024 21:20:00 +0000 (21:20 +0000)
Remove MODULE_ALIAS because the same module alias is already generated by
MODULE_DEVICE_TABLE.

Signed-off-by: Shree Ramamoorthy <s-ramamoorthy@ti.com>
Link: https://patch.msgid.link/20241217204526.1010989-4-s-ramamoorthy@ti.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/tps65219-regulator.c

index 5decf69f327ae71493d40e2d5b483368d65b1260..f57a046f9deab69960c5b377b6af457c560a618d 100644 (file)
@@ -390,5 +390,4 @@ module_platform_driver(tps65219_regulator_driver);
 
 MODULE_AUTHOR("Jerome Neanne <j-neanne@baylibre.com>");
 MODULE_DESCRIPTION("TPS65219 voltage regulator driver");
-MODULE_ALIAS("platform:tps65219-pmic");
 MODULE_LICENSE("GPL");