tty: stop defining STD_COM_FLAGS in drivers
authorJiri Slaby <jslaby@suse.cz>
Mon, 9 May 2016 07:11:57 +0000 (09:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 25 Jun 2016 15:56:30 +0000 (08:56 -0700)
commit6137b7a62978915d76db69e17e25e8e0b1057254
tree4b36a2e522df9de01fd6db8c01dd0b4b947f23ba
parent5691e03593cb9f7abfee93f4581de8933f1d6630
tty: stop defining STD_COM_FLAGS in drivers

STD_COM_FLAGS is mostly a bad name for what the drivers thinks it is.
Stop using it and pass the flags directly.

cyclades defines it as 0, so we do not assign anything to freshly
tty_port_init'ed structure.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/xtensa/platforms/xt2000/setup.c
drivers/tty/cyclades.c
drivers/tty/serial/m32r_sio.c