浏览代码

Staging: b3dfg: fix sched.h build breakage

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>
Greg Kroah-Hartman 16 年之前
父节点
当前提交
db8fd2887c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/staging/b3dfg/b3dfg.c

+ 1 - 0
drivers/staging/b3dfg/b3dfg.c

@@ -36,6 +36,7 @@
 #include <linux/wait.h>
 #include <linux/wait.h>
 #include <linux/mm.h>
 #include <linux/mm.h>
 #include <linux/uaccess.h>
 #include <linux/uaccess.h>
+#include <linux/sched.h>
 
 
 static unsigned int b3dfg_nbuf = 2;
 static unsigned int b3dfg_nbuf = 2;