projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc1d57f
)
Input: pegasus_notetaker - directly include workqueue header
author
Martin Kepplinger
<
[email protected]
>
Thu, 25 Aug 2016 16:41:38 +0000
(09:41 -0700)
committer
Dmitry Torokhov
<
[email protected]
>
Thu, 25 Aug 2016 17:11:32 +0000
(10:11 -0700)
According to the kernel's guidelines, let's directly include the
workqueue functions we use.
Signed-off-by: Martin Kepplinger <
[email protected]
>
Signed-off-by: Dmitry Torokhov <
[email protected]
>
drivers/input/tablet/pegasus_notetaker.c
patch
|
blob
|
history
diff --git
a/drivers/input/tablet/pegasus_notetaker.c
b/drivers/input/tablet/pegasus_notetaker.c
index 949dacc786649d2adb6b581b465a53b68cd2f24c..47de5a81172f65a24a656361afdf244f2f61ff4e 100644
(file)
--- 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