]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
serial: 8250: move skip_txen_test to core
authorJiri Slaby (SUSE) <jirislaby@kernel.org>
Wed, 19 Nov 2025 09:24:55 +0000 (10:24 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Nov 2025 17:31:27 +0000 (18:31 +0100)
commit9b2259633bda9875c1305309e3fc9a984691cadd
tree7897d12978e35dde8b93e97a4e0f3197b652d8a2
parent37d55c92e9db3f7fd3772199ffdfe782fc753fc1
serial: 8250: move skip_txen_test to core

8250_core is the only place where skip_txen_test is used. And platform
and core end up in 8250.ko, so there is no change in module name (param
prefix). Therefore, move skip_txen_test there and make it local.

Signed-off-by: Jiri Slaby (SUSE) <jirislaby@kernel.org>
Link: https://patch.msgid.link/20251119092457.826789-5-jirislaby@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250.h
drivers/tty/serial/8250/8250_core.c
drivers/tty/serial/8250/8250_platform.c