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-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4cffaf733662e6f5f7ec840d5b5425ee95714347;p=linux-beck.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