From: Johan Hovold Date: Mon, 11 May 2026 07:14:48 +0000 (+0200) Subject: USB: serial: whiteheat: drop termbits include X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e690592f98c81416c5be5ce65828aa4665abc302;p=thirdparty%2Flinux.git 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 Signed-off-by: Johan Hovold --- diff --git a/drivers/usb/serial/whiteheat.c b/drivers/usb/serial/whiteheat.c index 106e9b5443d38..a2d83f69e00e0 100644 --- a/drivers/usb/serial/whiteheat.c +++ b/drivers/usb/serial/whiteheat.c @@ -19,7 +19,6 @@ #include #include #include -#include #include #include #include