From: Greg Kroah-Hartman Date: Mon, 12 Oct 2009 22:00:08 +0000 (-0700) Subject: Staging: vme: fix sched.h build breakage X-Git-Tag: v2.6.32-rc5~12^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6af783c8ba3418a8ffc50f1266d9b1e35a3322db;p=profile%2Fivi%2Fkernel-x86-ivi.git Staging: vme: fix sched.h build breakage commit d43c36dc removed sched.h from interrupt.h. This broke the vme drivers. This patch fixes them. Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vme/bridges/vme_ca91cx42.c b/drivers/staging/vme/bridges/vme_ca91cx42.c index 3d2a84c..e139eae 100644 --- a/drivers/staging/vme/bridges/vme_ca91cx42.c +++ b/drivers/staging/vme/bridges/vme_ca91cx42.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #include #include diff --git a/drivers/staging/vme/bridges/vme_tsi148.c b/drivers/staging/vme/bridges/vme_tsi148.c index 8960fa9..00fe080 100644 --- a/drivers/staging/vme/bridges/vme_tsi148.c +++ b/drivers/staging/vme/bridges/vme_tsi148.c @@ -25,6 +25,7 @@ #include #include #include +#include #include #include #include