sc16is7xx: constify devtype
authorJakub Kicinski <kubakici@wp.pl>
Fri, 31 Jul 2015 12:44:24 +0000 (14:44 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Aug 2015 05:07:27 +0000 (22:07 -0700)
commit68be64ca7e2adc4f16077c3b0feb8719f89119bd
tree3a7bb3c83652a4e2eab251733541afbddcfd324c
parentc64349722d141712d8500b5ad377d3117be46ba8
sc16is7xx: constify devtype

devtype structures are all declared as const.
Compiler does not complain because we cast
their pointers to save them in .driver_data.

Signed-off-by: Jakub Kicinski <kubakici@wp.pl>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/sc16is7xx.c