mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 14:43:16 +00:00
regulator: ad5398: Remove unnecessary MODULE_ALIAS()
The driver has a I2C device id table that is used to create the modaliases and also "ad5398-regulator" is not a supported I2C id, so it's never used. Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
bc0195aad0
commit
ce317515b4
@ -275,4 +275,3 @@ module_exit(ad5398_exit);
|
||||
MODULE_DESCRIPTION("AD5398 and AD5821 current regulator driver");
|
||||
MODULE_AUTHOR("Sonic Zhang");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_ALIAS("i2c:ad5398-regulator");
|
||||
|
Loading…
x
Reference in New Issue
Block a user