From: Paul Gortmaker Date: Sun, 31 Jul 2011 21:04:15 +0000 (-0400) Subject: arm: fix implicit use of sched.h in bcmring/dma.c X-Git-Tag: next-20110826~3^2~152 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=71fb435a501406fe3ceb3186b662ea48f8c3cb81;p=karo-tx-linux.git arm: fix implicit use of sched.h in bcmring/dma.c To fix this: arch/arm/mach-bcmring/dma.c: In function 'dma_request_channel_dbg': arch/arm/mach-bcmring/dma.c:1022: error: 'TASK_INTERRUPTIBLE' undeclared (first use in this function) arch/arm/mach-bcmring/dma.c:1022: error: (Each undeclared identifier is reported only once Signed-off-by: Paul Gortmaker --- diff --git a/arch/arm/mach-bcmring/dma.c b/arch/arm/mach-bcmring/dma.c index 0ca00050666a..b52b8de91bde 100644 --- a/arch/arm/mach-bcmring/dma.c +++ b/arch/arm/mach-bcmring/dma.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include