msm: dma: add completion.h header
authorDaniel Walker <dwalker@codeaurora.org>
Thu, 20 May 2010 22:39:33 +0000 (15:39 -0700)
committerDaniel Walker <dwalker@codeaurora.org>
Mon, 7 Jun 2010 23:16:33 +0000 (16:16 -0700)
commit6d7b7d578f2c182f77ab6dd1c375f848f38ea1a6
tree03a5effe2261d86aa3e0155045fa5afcce6f8606
parent386f40c86d6c8d5b717ef20620af1a750d0dacb4
msm: dma: add completion.h header

At some point this was exposed (not sure how),

linux-2.6/arch/arm/mach-msm/dma.c:92: error: field 'complete' has incomplete type
linux-2.6/arch/arm/mach-msm/dma.c: In function 'dmov_exec_cmdptr_complete_func':
linux-2.6/arch/arm/mach-msm/dma.c:108: error: implicit declaration of function 'complete'
linux-2.6/arch/arm/mach-msm/dma.c: In function 'msm_dmov_exec_cmd':
linux-2.6/arch/arm/mach-msm/dma.c:120: error: implicit declaration of function 'init_completion'
linux-2.6/arch/arm/mach-msm/dma.c:123: error: implicit declaration of function 'wait_for_completion'

and the fix is just to add the header.

Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
arch/arm/mach-msm/dma.c