]> git.ipfire.org Git - thirdparty/linux.git/commit
USB: serial: whiteheat: drop termbits include
authorJohan Hovold <johan@kernel.org>
Mon, 11 May 2026 07:14:48 +0000 (09:14 +0200)
committerJohan Hovold <johan@kernel.org>
Mon, 11 May 2026 07:34:25 +0000 (09:34 +0200)
commite690592f98c81416c5be5ce65828aa4665abc302
tree421d826390c51bd0960ff59dc6d13094a50bb604
parentf0fc120c707bf6ccc8f6b8065b25fde4592f104f
USB: serial: whiteheat: drop termbits include

The termios definitions are provided by the termios.h header file which
is included by tty.h so drop the redundant asm/termbits.h include
directive.

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/whiteheat.c