Message ID | 20200708125000.15659-9-johan@kernel.org (mailing list archive) |
---|---|
State | Mainlined |
Commit | 1cafb03d5d88631c218a072e4116ac92e9782dd0 |
Headers | show |
Series | USB: serial: break and sysrq fixes and cleanups | expand |
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 */
There's no need to include sysrq.h in the subsystem header. Signed-off-by: Johan Hovold <johan@kernel.org> --- include/linux/usb/serial.h | 1 - 1 file changed, 1 deletion(-)