From d81ecd3b1c35d2db65491aa75826dde3bd6ceda1 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Sat, 30 Jul 2011 11:53:47 -0700 Subject: [PATCH] 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 Signed-off-by: Dmitry Torokhov --- drivers/input/mouse/hgpk.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/input/mouse/hgpk.c b/drivers/input/mouse/hgpk.c index 95577c15ae56b..4d17d9f3320ba 100644 --- a/drivers/input/mouse/hgpk.c +++ b/drivers/input/mouse/hgpk.c @@ -32,6 +32,7 @@ #define DEBUG #include #include +#include #include #include #include -- 2.39.5