summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/platforms
diff options
context:
space:
mode:
authorJiri Slaby2016-05-09 09:11:57 +0200
committerGreg Kroah-Hartman2016-06-25 17:56:30 +0200
commit6137b7a62978915d76db69e17e25e8e0b1057254 (patch)
tree4b36a2e522df9de01fd6db8c01dd0b4b947f23ba /arch/xtensa/platforms
parenttty: frv, remove unused serial macros (diff)
downloadkernel-qcow2-linux-6137b7a62978915d76db69e17e25e8e0b1057254.tar.gz
kernel-qcow2-linux-6137b7a62978915d76db69e17e25e8e0b1057254.tar.xz
kernel-qcow2-linux-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.c1
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) \
{ \