]> git.baikalelectronics.ru Git - kernel.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>
Mon, 31 Oct 2011 23:30:47 +0000 (19:30 -0400)
commite9665c5abc3e60ec753913cf37986fc0d391b361
treecc46dc80c2f921cec4800e94777382d2d97d5f53
parent3270d97c236d31d84316f1becbca12e6e63e508d
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