diff options
author | Martin Kepplinger <martink@posteo.de> | 2016-08-25 09:41:38 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2016-08-25 10:11:32 -0700 |
commit | f959cd8c0eafe2bdaa9d0ec3e3da3b9451ad38aa (patch) | |
tree | 23f068dfb533138070c85ff57aaddf264c0b9650 | |
parent | bc1d57fe5ff7574e6cf1d53bd88edbd87e127420 (diff) | |
download | op-kernel-dev-f959cd8c0eafe2bdaa9d0ec3e3da3b9451ad38aa.zip op-kernel-dev-f959cd8c0eafe2bdaa9d0ec3e3da3b9451ad38aa.tar.gz |
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>
-rw-r--r-- | drivers/input/tablet/pegasus_notetaker.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/tablet/pegasus_notetaker.c b/drivers/input/tablet/pegasus_notetaker.c index 949dacc..47de5a8 100644 --- a/drivers/input/tablet/pegasus_notetaker.c +++ b/drivers/input/tablet/pegasus_notetaker.c @@ -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 |