projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4237081
)
HID: hid-debug.c should #include <linux/hid-debug.h>
author
Adrian Bunk
<bunk@stusta.de>
Wed, 21 Feb 2007 11:57:30 +0000
(12:57 +0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Thu, 1 Mar 2007 08:52:42 +0000
(09:52 +0100)
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>
drivers/hid/hid-debug.c
patch
|
blob
|
history
diff --git
a/drivers/hid/hid-debug.c
b/drivers/hid/hid-debug.c
index
89241be
..
83c4126
100644
(file)
--- a/
drivers/hid/hid-debug.c
+++ b/
drivers/hid/hid-debug.c
@@
-29,6
+29,7
@@
*/
#include <linux/hid.h>
+#include <linux/hid-debug.h>
struct hid_usage_entry {
unsigned page;