瀏覽代碼

Input: psmouse - hgpk.c needs module.h

hgpk.c uses interfaces from linux/module.h, so it should include that file.
This fixes build errors.

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Randy Dunlap 14 年之前
父節點
當前提交
ab3d0abe2e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/input/mouse/hgpk.c

+ 1 - 0
drivers/input/mouse/hgpk.c

@@ -32,6 +32,7 @@
 #define DEBUG
 #include <linux/slab.h>
 #include <linux/input.h>
+#include <linux/module.h>
 #include <linux/serio.h>
 #include <linux/libps2.h>
 #include <linux/delay.h>