Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db8fd288 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

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: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 4377a026
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;