Message ID | 20110729211441.5de62eca.rdunlap@xenotime.net (mailing list archive) |
---|---|
State | Accepted |
Commit | ab3d0abe2e4c1f164af7a6cc3694fcb8c24a57ee |
Headers | show |
On Fri, Jul 29, 2011 at 09:14:41PM -0700, Randy Dunlap wrote: > From: Randy Dunlap <rdunlap@xenotime.net> > > 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> Applied, thanks Randy.
--- linux-next-20110729.orig/drivers/input/mouse/hgpk.c +++ linux-next-20110729/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>