projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4377a02
)
Staging: b3dfg: fix sched.h build breakage
author
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 12 Oct 2009 21:59:33 +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
b3dfg driver. This patch fixes this.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/b3dfg/b3dfg.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/b3dfg/b3dfg.c
b/drivers/staging/b3dfg/b3dfg.c
index 94c5d27d24d7a58b7ea4de184234c47e7e1970dc..cda26bb493b3d3185177e8d3041f4ebf106e0f79 100644
(file)
--- a/
drivers/staging/b3dfg/b3dfg.c
+++ b/
drivers/staging/b3dfg/b3dfg.c
@@
-36,6
+36,7
@@
#include <linux/wait.h>
#include <linux/mm.h>
#include <linux/uaccess.h>
+#include <linux/sched.h>
static unsigned int b3dfg_nbuf = 2;