Commit 1cafb03d authored by Johan Hovold's avatar Johan Hovold
Browse files

USB: serial: drop unnecessary sysrq include



There's no need to include sysrq.h in the subsystem header.

Reviewed-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarJohan Hovold <johan@kernel.org>
parent 4b5cf2b8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@
#include <linux/kref.h>
#include <linux/mutex.h>
#include <linux/serial.h>
#include <linux/sysrq.h>
#include <linux/kfifo.h>

/* The maximum number of ports one device can grab at once */