mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
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>
This commit is contained in:
parent
f0fc120c70
commit
e690592f98
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user