WSL2-Linux-Kernel/arch/arm/mach-msm
Daniel Walker 6d7b7d578f 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>
2010-06-07 16:16:33 -07:00
..
include/mach
Kconfig
Makefile
Makefile.boot
acpuclock-arm11.c
acpuclock.h
board-halibut.c
board-mahimahi.c
board-msm7x27.c
board-msm7x30.c
board-qsd8x50.c
board-sapphire.c
board-trout.c
board-trout.h
clock-7x30.h
clock-pcom.c
clock-pcom.h
clock.c
clock.h
devices-msm7x00.c
devices-msm7x30.c
devices-qsd8x50.c
devices.h
dma.c
gpio.c
idle.S
io.c
irq-vic.c
irq.c
last_radio_log.c
proc_comm.c
proc_comm.h
sirc.c
smd.c
smd_debug.c
smd_private.h
timer.c
vreg.c