Skip to content

Commit

Permalink
staging: nvec: Include missing headers
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Julian Andres Klode authored and Greg Kroah-Hartman committed Sep 30, 2011
1 parent 2505aa6 commit 7974035
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/nvec/nvec.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef __LINUX_MFD_NVEC
#define __LINUX_MFD_NVEC

#include <linux/notifier.h>
#include <linux/semaphore.h>

typedef enum {
Expand Down
1 change: 1 addition & 0 deletions drivers/staging/nvec/nvec_kbd.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/input.h>
#include <linux/delay.h>
Expand Down
1 change: 1 addition & 0 deletions drivers/staging/nvec/nvec_ps2.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/serio.h>
#include <linux/delay.h>
Expand Down

0 comments on commit 7974035

Please sign in to comment.