mirror of
https://github.com/torvalds/linux.git
synced 2024-12-27 05:11:48 +00:00
Input: pegasus_notetaker - directly include workqueue header
According to the kernel's guidelines, let's directly include the workqueue functions we use. Signed-off-by: Martin Kepplinger <martink@posteo.de> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:
parent
bc1d57fe5f
commit
f959cd8c0e
@ -40,6 +40,7 @@
|
||||
#include <linux/input.h>
|
||||
#include <linux/usb/input.h>
|
||||
#include <linux/slab.h>
|
||||
#include <linux/workqueue.h>
|
||||
|
||||
/* USB HID defines */
|
||||
#define USB_REQ_GET_REPORT 0x01
|
||||
|
Loading…
Reference in New Issue
Block a user