Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Martin Kepplinger and committed by
Dmitry Torokhov
f959cd8c bc1d57fe

+1
+1
drivers/input/tablet/pegasus_notetaker.c
··· 40 40 #include <linux/input.h> 41 41 #include <linux/usb/input.h> 42 42 #include <linux/slab.h> 43 + #include <linux/workqueue.h> 43 44 44 45 /* USB HID defines */ 45 46 #define USB_REQ_GET_REPORT 0x01