diff options
| author | Johan Hovold <johan@kernel.org> | 2026-05-11 10:14:48 +0300 |
|---|---|---|
| committer | Johan Hovold <johan@kernel.org> | 2026-05-11 10:34:25 +0300 |
| commit | e690592f98c81416c5be5ce65828aa4665abc302 (patch) | |
| tree | 421d826390c51bd0960ff59dc6d13094a50bb604 | |
| parent | f0fc120c707bf6ccc8f6b8065b25fde4592f104f (diff) | |
| download | linux-e690592f98c81416c5be5ce65828aa4665abc302.tar.xz | |
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>
| -rw-r--r-- | drivers/usb/serial/whiteheat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/serial/whiteheat.c b/drivers/usb/serial/whiteheat.c index 106e9b5443d3..a2d83f69e00e 100644 --- a/drivers/usb/serial/whiteheat.c +++ b/drivers/usb/serial/whiteheat.c @@ -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> |
