From: Greg Kroah-Hartman Date: Mon, 12 Oct 2009 21:59:33 +0000 (-0700) Subject: Staging: b3dfg: fix sched.h build breakage X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=db8fd2887c80ef7d2c8d98d2b9e626ded5e43444;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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 --- diff --git a/drivers/staging/b3dfg/b3dfg.c b/drivers/staging/b3dfg/b3dfg.c index 94c5d27d24d7..cda26bb493b3 100644 --- a/drivers/staging/b3dfg/b3dfg.c +++ b/drivers/staging/b3dfg/b3dfg.c @@ -36,6 +36,7 @@ #include #include #include +#include static unsigned int b3dfg_nbuf = 2;