Skip to content

Commit

Permalink
HID: hid-debug.c should #include <linux/hid-debug.h>
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Jiri Kosina committed Mar 1, 2007
1 parent 4237081 commit 4330eb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/hid/hid-debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
*/

#include <linux/hid.h>
#include <linux/hid-debug.h>

struct hid_usage_entry {
unsigned page;
Expand Down

0 comments on commit 4330eb2

Please sign in to comment.