]> git.karo-electronics.de Git - karo-tx-linux.git/commit
arm: fix implicit use of sched.h in bcmring/dma.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 21:04:15 +0000 (17:04 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 11 Aug 2011 19:10:32 +0000 (15:10 -0400)
commit7077a90f2ee3c146b23764a1e63bc0d6978a4ae9
treeee01b32ebe190e77785236021677089ae4100606
parentc072c5375fcb63383028bac42725c71b07486ddf
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 <paul.gortmaker@windriver.com>
arch/arm/mach-bcmring/dma.c