Commit f959cd8c authored by Martin Kepplinger's avatar Martin Kepplinger Committed by Dmitry Torokhov

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: default avatarMartin Kepplinger <martink@posteo.de>
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent bc1d57fe
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment