aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorMartin Kepplinger <martink@posteo.de>2016-08-25 09:41:38 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2016-08-25 10:11:32 -0700
commitf959cd8c0eafe2bdaa9d0ec3e3da3b9451ad38aa (patch)
tree23f068dfb533138070c85ff57aaddf264c0b9650 /drivers/input
parentInput: elants_i2c - get product id on recovery mode for FW update (diff)
downloadlinux-dev-f959cd8c0eafe2bdaa9d0ec3e3da3b9451ad38aa.tar.xz
linux-dev-f959cd8c0eafe2bdaa9d0ec3e3da3b9451ad38aa.zip
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>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/tablet/pegasus_notetaker.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/tablet/pegasus_notetaker.c b/drivers/input/tablet/pegasus_notetaker.c
index 949dacc78664..47de5a81172f 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