diff options
author | 2024-12-17 14:45:25 -0600 | |
---|---|---|
committer | 2024-12-17 21:20:00 +0000 | |
commit | ca321ef98b80eb282a4dcdd5231f666c610b0575 (patch) | |
tree | 76c98e5ed983ce82f6fde0157218d6b00736200d | |
parent | regulator: tps65219: Update driver name (diff) | |
download | wireguard-linux-ca321ef98b80eb282a4dcdd5231f666c610b0575.tar.xz wireguard-linux-ca321ef98b80eb282a4dcdd5231f666c610b0575.zip |
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 <s-ramamoorthy@ti.com>
Link: https://patch.msgid.link/20241217204526.1010989-4-s-ramamoorthy@ti.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | drivers/regulator/tps65219-regulator.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/tps65219-regulator.c b/drivers/regulator/tps65219-regulator.c index 5decf69f327a..f57a046f9dea 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 <j-neanne@baylibre.com>"); MODULE_DESCRIPTION("TPS65219 voltage regulator driver"); -MODULE_ALIAS("platform:tps65219-pmic"); MODULE_LICENSE("GPL"); |