Skip to content

Commit

Permalink
Input: pegasus_notetaker - directly include workqueue header
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
merge authored and dtor committed Aug 25, 2016
1 parent bc1d57f commit f959cd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/input/tablet/pegasus_notetaker.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f959cd8

Please sign in to comment.