]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging: nvec: Include missing headers
authorJulian Andres Klode <jak@jak-linux.org>
Tue, 27 Sep 2011 17:00:39 +0000 (19:00 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 30 Sep 2011 00:39:30 +0000 (17:39 -0700)
Those headers were apparently included by other headers
previously, but are not anymore.

Signed-off-by: Julian Andres Klode <jak@jak-linux.org>
Acked-by: Marc Dietrich <marvin24@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/nvec/nvec.h
drivers/staging/nvec/nvec_kbd.c
drivers/staging/nvec/nvec_ps2.c

index d9ff721d1d8d3dcaa52942371c8f57c870916255..7cf9b01f898992284d3e932c3045a276eda69c53 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef __LINUX_MFD_NVEC
 #define __LINUX_MFD_NVEC
 
+#include <linux/notifier.h>
 #include <linux/semaphore.h>
 
 typedef enum {
index 347a38c468747d4ad61b9fcbd07b73c4b2ec6eb8..87f0378c74f4500ed961e47478d27f2f2cdfb602 100644 (file)
@@ -1,3 +1,4 @@
+#include <linux/module.h>
 #include <linux/slab.h>
 #include <linux/input.h>
 #include <linux/delay.h>
index 0d3149b3e85629cbf5d3d479d427be85c0e1b6ef..9eec075bed862c58c237676299c8de7faccc1c30 100644 (file)
@@ -1,3 +1,4 @@
+#include <linux/module.h>
 #include <linux/slab.h>
 #include <linux/serio.h>
 #include <linux/delay.h>