projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa7eb8e
)
Input: psmouse - hgpk.c needs module.h
author
Randy Dunlap
<rdunlap@xenotime.net>
Sat, 30 Jul 2011 18:53:47 +0000
(11:53 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Sat, 30 Jul 2011 19:03:26 +0000
(12:03 -0700)
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>
drivers/input/mouse/hgpk.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/input/mouse/hgpk.c
b/drivers/input/mouse/hgpk.c
index 95577c15ae56b68f832381f29f158dd7d81d34eb..4d17d9f3320ba821c1350c9d74bed595105ae4e0 100644
(file)
--- a/
drivers/input/mouse/hgpk.c
+++ b/
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>