serial: sc16is7xx: Remove unnecessary MODULE_ALIAS()
authorJavier Martinez Canillas <javier@osg.samsung.com>
Sun, 30 Aug 2015 21:42:14 +0000 (23:42 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 4 Oct 2015 16:44:52 +0000 (17:44 +0100)
commit20b5af93505cba9d55577f576fcd0d162eb2ad4a
treed2f107b5454afcbd4614f136c895ba7c966ee629
parent57e7e2a64a49961d2810a6f4f0e1ca2699338ec2
serial: sc16is7xx: Remove unnecessary MODULE_ALIAS()

The driver has a I2C device id table that is used to create the modaliases
and also "sc16is7xx" is not 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/tty/serial/sc16is7xx.c