sh: Trivial fix for dma-api compile failure.
authorManuel Lauss <mano@roarinelk.homelinux.net>
Thu, 31 May 2007 04:44:17 +0000 (13:44 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 31 May 2007 04:44:17 +0000 (13:44 +0900)
commitbdff33ddd906b2ab9eb70e9098f507fac6d56b70
tree2a0687b4cc9e352af65c43a37d73cbde293945f8
parent370ac91aab8403d74c2b59c3b43692eaed4ef268
sh: Trivial fix for dma-api compile failure.

Trivial fix for arch/sh/drivers/dma/dma-api.c compile failure:

  CC      arch/sh/drivers/dma/dma-api.o
a/arch/sh/drivers/dma/dma-api.c: In function 'dma_wait_for_completion':
a/arch/sh/drivers/dma/dma-api.c:233: error: 'TASK_UNINTERRUPTIBLE' undeclared (first use in this function)
a/arch/sh/drivers/dma/dma-api.c:233: error: (Each undeclared identifier is reported only once
a/arch/sh/drivers/dma/dma-api.c:233: error: for each function it appears in.)
a/arch/sh/drivers/dma/dma-api.c:233: warning: implicit declaration of function 'schedule'

Signed-off-by: Manuel Lauss <mano@roarinelk.homelinux.net>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/drivers/dma/dma-api.c