dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Randy Dunlap 2011-07-30 11:53:47 -07:00 committed by Dmitry Torokhov
parent aa7eb8e78d
commit ab3d0abe2e
1 changed files with 1 additions and 0 deletions

View File

@ -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>