Skip to content

Commit

Permalink
Staging: b3dfg: fix sched.h build breakage
Browse files Browse the repository at this point in the history
commit d43c36d removed sched.h from interrupt.h.  This broke the
b3dfg driver.  This patch fixes this.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed Oct 14, 2009
1 parent 4377a02 commit db8fd28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/b3dfg/b3dfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit db8fd28

Please sign in to comment.