瀏覽代碼

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>
Adrian Bunk 18 年之前
父節點
當前提交
4330eb2e5f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/hid/hid-debug.c

+ 1 - 0
drivers/hid/hid-debug.c

@@ -29,6 +29,7 @@
  */
 
 #include <linux/hid.h>
+#include <linux/hid-debug.h>
 
 struct hid_usage_entry {
 	unsigned  page;