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:
parent
2505aa6ce4
commit
7974035c00
|
@ -1,6 +1,7 @@
|
|||
#ifndef __LINUX_MFD_NVEC
|
||||
#define __LINUX_MFD_NVEC
|
||||
|
||||
#include <linux/notifier.h>
|
||||
#include <linux/semaphore.h>
|
||||
|
||||
typedef enum {
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#include <linux/module.h>
|
||||
#include <linux/slab.h>
|
||||
#include <linux/input.h>
|
||||
#include <linux/delay.h>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#include <linux/module.h>
|
||||
#include <linux/slab.h>
|
||||
#include <linux/serio.h>
|
||||
#include <linux/delay.h>
|
||||
|
|
Loading…
Reference in New Issue