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>
Mon, 31 Oct 2011 23:30:47 +0000 (19:30 -0400)
commit4cffaf733662e6f5f7ec840d5b5425ee95714347
treecc46dc80c2f921cec4800e94777382d2d97d5f53
parent9e9074160fe73d3d3f26f6e6f3223ffd180030a0
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