Commit 4330eb2e5fb6d3c9c0a0be8ed14793f72334d1d4

Authored by Adrian Bunk
Committed by Jiri Kosina
1 parent 4237081e57

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: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/hid/hid-debug.c
... ... @@ -29,6 +29,7 @@
29 29 */
30 30  
31 31 #include <linux/hid.h>
  32 +#include <linux/hid-debug.h>
32 33  
33 34 struct hid_usage_entry {
34 35 unsigned page;