From: Greg Kroah-Hartman Date: Mon, 12 Oct 2009 21:59:56 +0000 (-0700) Subject: Staging: poch: fix sched.h build breakage X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8037cdade734383a8b2ef501e6d39645f8954073;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git Staging: poch: fix sched.h build breakage commit d43c36dc removed sched.h from interrupt.h. This broke the poch driver. This patch fixes this. Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/poch/poch.c b/drivers/staging/poch/poch.c index 0d111ddfabb2..2eb8e3d43c4d 100644 --- a/drivers/staging/poch/poch.c +++ b/drivers/staging/poch/poch.c @@ -20,6 +20,7 @@ #include #include #include +#include #include "poch.h"