Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

misc: ad525x_dpot: Remove unnecessary MODULE_ALIAS()

The driver has a I2C device id table that is used to create the module
aliases and also "ad_dpot" isn't a supported I2C id, so it's never used.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Javier Martinez Canillas and committed by
Greg Kroah-Hartman
6894fdae 9b7ebe01

-1
-1
drivers/misc/ad525x_dpot-i2c.c
··· 117 117 MODULE_AUTHOR("Michael Hennerich <hennerich@blackfin.uclinux.org>"); 118 118 MODULE_DESCRIPTION("digital potentiometer I2C bus driver"); 119 119 MODULE_LICENSE("GPL"); 120 - MODULE_ALIAS("i2c:ad_dpot");