diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2015-08-30 22:09:12 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-09-21 02:33:29 (GMT) |
commit | 6894fdaeaa2a653c3232b11926df8c7e8b5bd83c (patch) | |
tree | 7b6e0808233fee06c70329d1826ff848664f9dfe /drivers/misc/ad525x_dpot-i2c.c | |
parent | 9b7ebe01294a956109571ef66bd2942e3b9c2410 (diff) | |
download | linux-6894fdaeaa2a653c3232b11926df8c7e8b5bd83c.tar.xz |
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>
Diffstat (limited to 'drivers/misc/ad525x_dpot-i2c.c')
-rw-r--r-- | drivers/misc/ad525x_dpot-i2c.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/ad525x_dpot-i2c.c b/drivers/misc/ad525x_dpot-i2c.c index d11187d..4f83200 100644 --- a/drivers/misc/ad525x_dpot-i2c.c +++ b/drivers/misc/ad525x_dpot-i2c.c @@ -117,4 +117,3 @@ module_i2c_driver(ad_dpot_i2c_driver); MODULE_AUTHOR("Michael Hennerich <hennerich@blackfin.uclinux.org>"); MODULE_DESCRIPTION("digital potentiometer I2C bus driver"); MODULE_LICENSE("GPL"); -MODULE_ALIAS("i2c:ad_dpot"); |