]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
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)
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

index 106e9b5443d3851b68314ec6d40825e5d96e79f8..a2d83f69e00e09f0d40d084aabf0554c0ef19e2d 100644 (file)
@@ -19,7 +19,6 @@
 #include <linux/module.h>
 #include <linux/spinlock.h>
 #include <linux/mutex.h>
-#include <asm/termbits.h>
 #include <linux/usb.h>
 #include <linux/serial_reg.h>
 #include <linux/serial.h>