summaryrefslogtreecommitdiff
path: root/include/linux/usb/serial.h
diff options
context:
space:
mode:
authorJohan Hovold <johan@kernel.org>2020-07-08 14:49:58 +0200
committerJohan Hovold <johan@kernel.org>2020-07-09 09:20:12 +0200
commit1cafb03d5d88631c218a072e4116ac92e9782dd0 (patch)
tree51aa721beae6deaf7955857b4393b622e83297f4 /include/linux/usb/serial.h
parent4b5cf2b8f90faf32bbb735b545510edefce094be (diff)
USB: serial: drop unnecessary sysrq include
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>
Diffstat (limited to 'include/linux/usb/serial.h')
-rw-r--r--include/linux/usb/serial.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/usb/serial.h b/include/linux/usb/serial.h
index c4ed4404335e..4becca7ae264 100644
--- a/include/linux/usb/serial.h
+++ b/include/linux/usb/serial.h
@@ -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 */