diff options
author | Johan Hovold <johan@kernel.org> | 2020-07-08 15:49:58 +0300 |
---|---|---|
committer | Johan Hovold <johan@kernel.org> | 2020-07-09 10:20:12 +0300 |
commit | 1cafb03d5d88631c218a072e4116ac92e9782dd0 (patch) | |
tree | 51aa721beae6deaf7955857b4393b622e83297f4 /include/linux/usb | |
parent | 4b5cf2b8f90faf32bbb735b545510edefce094be (diff) | |
download | linux-1cafb03d5d88631c218a072e4116ac92e9782dd0.tar.xz |
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')
-rw-r--r-- | include/linux/usb/serial.h | 1 |
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 */ |