Skip to content

Commit

Permalink
Input: psmouse - hgpk.c needs module.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and Dmitry Torokhov committed Jul 30, 2011
1 parent aa7eb8e commit ab3d0ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/input/mouse/hgpk.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ab3d0ab

Please sign in to comment.