diff options
author | Jiri Slaby <jslaby@suse.cz> | 2016-05-09 09:11:57 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-06-25 08:56:30 -0700 |
commit | 6137b7a62978915d76db69e17e25e8e0b1057254 (patch) | |
tree | 4b36a2e522df9de01fd6db8c01dd0b4b947f23ba /arch/xtensa/platforms | |
parent | 5691e03593cb9f7abfee93f4581de8933f1d6630 (diff) | |
download | linux-stable-6137b7a62978915d76db69e17e25e8e0b1057254.tar.gz linux-stable-6137b7a62978915d76db69e17e25e8e0b1057254.tar.bz2 linux-stable-6137b7a62978915d76db69e17e25e8e0b1057254.zip |
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>
Diffstat (limited to 'arch/xtensa/platforms')
-rw-r--r-- | arch/xtensa/platforms/xt2000/setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/xtensa/platforms/xt2000/setup.c b/arch/xtensa/platforms/xt2000/setup.c index 5f4bd71971d6..4904c5c16918 100644 --- a/arch/xtensa/platforms/xt2000/setup.c +++ b/arch/xtensa/platforms/xt2000/setup.c @@ -113,7 +113,6 @@ void platform_heartbeat(void) } //#define RS_TABLE_SIZE 2 -//#define STD_COM_FLAGS (UPF_BOOT_AUTOCONF|UPF_SKIP_TEST) #define _SERIAL_PORT(_base,_irq) \ { \ |