Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: nvec: Include missing headers

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>

authored by

Julian Andres Klode and committed by
Greg Kroah-Hartman
7974035c 2505aa6c

+3
+1
drivers/staging/nvec/nvec.h
··· 1 1 #ifndef __LINUX_MFD_NVEC 2 2 #define __LINUX_MFD_NVEC 3 3 4 + #include <linux/notifier.h> 4 5 #include <linux/semaphore.h> 5 6 6 7 typedef enum {
+1
drivers/staging/nvec/nvec_kbd.c
··· 1 + #include <linux/module.h> 1 2 #include <linux/slab.h> 2 3 #include <linux/input.h> 3 4 #include <linux/delay.h>
+1
drivers/staging/nvec/nvec_ps2.c
··· 1 + #include <linux/module.h> 1 2 #include <linux/slab.h> 2 3 #include <linux/serio.h> 3 4 #include <linux/delay.h>