]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
misc: ad525x_dpot: Remove unnecessary MODULE_ALIAS()
authorJavier Martinez Canillas <javier@osg.samsung.com>
Sun, 30 Aug 2015 22:09:12 +0000 (00:09 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Sep 2015 02:33:29 +0000 (19:33 -0700)
commit6894fdaeaa2a653c3232b11926df8c7e8b5bd83c
tree7b6e0808233fee06c70329d1826ff848664f9dfe
parent9b7ebe01294a956109571ef66bd2942e3b9c2410
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>
drivers/misc/ad525x_dpot-i2c.c