From: Randy Dunlap Date: Sat, 30 Jul 2011 18:53:47 +0000 (-0700) Subject: Input: psmouse - hgpk.c needs module.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ab3d0abe2e4c1f164af7a6cc3694fcb8c24a57ee;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git 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 --- diff --git a/drivers/input/mouse/hgpk.c b/drivers/input/mouse/hgpk.c index 95577c15ae56..4d17d9f3320b 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