projects
/
platform
/
kernel
/
kernel-mfld-blackbay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db8fd28
)
Staging: poch: fix sched.h build breakage
author
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 12 Oct 2009 21:59:56 +0000
(14:59 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 14 Oct 2009 21:14:36 +0000
(14:14 -0700)
commit
d43c36dc
removed sched.h from interrupt.h. This broke the
poch driver. This patch fixes this.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/poch/poch.c
patch
|
blob
|
history
diff --git
a/drivers/staging/poch/poch.c
b/drivers/staging/poch/poch.c
index
0d111dd
..
2eb8e3d
100644
(file)
--- a/
drivers/staging/poch/poch.c
+++ b/
drivers/staging/poch/poch.c
@@
-20,6
+20,7
@@
#include <linux/init.h>
#include <linux/ioctl.h>
#include <linux/io.h>
+#include <linux/sched.h>
#include "poch.h"