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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue