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>
This commit is contained in:
Julian Andres Klode 2011-09-27 19:00:39 +02:00 committed by Greg Kroah-Hartman
parent 2505aa6ce4
commit 7974035c00
3 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#ifndef __LINUX_MFD_NVEC
#define __LINUX_MFD_NVEC
#include <linux/notifier.h>
#include <linux/semaphore.h>
typedef enum {

View File

@ -1,3 +1,4 @@
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/input.h>
#include <linux/delay.h>

View File

@ -1,3 +1,4 @@
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/serio.h>
#include <linux/delay.h>