USB: serial: drop unnecessary sysrq include
authorJohan Hovold <johan@kernel.org>
Wed, 8 Jul 2020 12:49:58 +0000 (14:49 +0200)
committerJohan Hovold <johan@kernel.org>
Thu, 9 Jul 2020 07:20:12 +0000 (09:20 +0200)
There's no need to include sysrq.h in the subsystem header.

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
include/linux/usb/serial.h

index c4ed4404335e4366d6bebce45b8261886094b5a1..4becca7ae2646749d2f0cad8f0186cbeb14f0e9c 100644 (file)
@@ -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 */