Skip to content
Snippets Groups Projects
Commit 4330eb2e authored by Adrian Bunk's avatar Adrian Bunk Committed by Jiri Kosina
Browse files

HID: hid-debug.c should #include <linux/hid-debug.h>


Every file should include the headers containing the prototypes for
it's global functions.

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 4237081e
Branches
Tags
No related merge requests found
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
*/ */
#include <linux/hid.h> #include <linux/hid.h>
#include <linux/hid-debug.h>
struct hid_usage_entry { struct hid_usage_entry {
unsigned page; unsigned page;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment