dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/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 Merge branch 'msm-mmc_sdcc' of git://codeaurora.org/quic/kernel/dwalker/linux-msm 2010-05-21 14:38:35 -07:00
Kconfig msm: 7x30 Kconfig and makefile changes 2010-05-13 16:08:55 -07:00
Makefile msm: 7x30 Kconfig and makefile changes 2010-05-13 16:08:55 -07:00
Makefile.boot [ARM] msm: core platform support for ARCH_MSM7X00A 2008-01-26 14:39:14 +00:00
acpuclock-arm11.c arm: msm: warning fix in acpuclock.c 2010-05-12 09:14:38 -07:00
acpuclock.h arm: msm: add cpu frequency controls 2010-05-12 09:14:20 -07:00
board-halibut.c msm: generalize clock support. 2010-05-13 16:08:20 -07:00
board-mahimahi.c arm: msm: add board file for Nexus One (ie. mahimahi) 2010-05-12 09:14:43 -07:00
board-msm7x27.c ARM: Continue removing useless bootmem.h includes 2010-05-23 10:36:15 +01:00
board-msm7x30.c ARM: Continue removing useless bootmem.h includes 2010-05-23 10:36:15 +01:00
board-qsd8x50.c ARM: Continue removing useless bootmem.h includes 2010-05-23 10:36:15 +01:00
board-sapphire.c arm: msm: add board file for the HTC Sapphire device 2010-05-12 09:13:32 -07:00
board-trout.c msm: generalize clock support. 2010-05-13 16:08:20 -07:00
board-trout.h arm: msm: move board-dream.c to board-trout.c 2010-05-12 09:14:33 -07:00
clock-7x30.h msm: clock support for the MSM7x30 CPU. 2010-05-13 16:08:53 -07:00
clock-pcom.c msm: generalize clock support. 2010-05-13 16:08:20 -07:00
clock-pcom.h msm: generalize clock support. 2010-05-13 16:08:20 -07:00
clock.c msm: clock support for the MSM7x30 CPU. 2010-05-13 16:08:53 -07:00
clock.h msm: clock support for the MSM7x30 CPU. 2010-05-13 16:08:53 -07:00
devices-msm7x00.c msm: generalize clock support. 2010-05-13 16:08:20 -07:00
devices-msm7x30.c msm: add devices-msm7x30.c 2010-05-13 16:08:43 -07:00
devices-qsd8x50.c msm: add devices-qsd8x50.c 2010-05-13 16:08:32 -07:00
devices.h msm: Add extern for 7x30 clock list. 2010-05-13 16:08:48 -07:00
dma.c msm: dma: add completion.h header 2010-06-07 16:16:33 -07:00
gpio.c msm: add tlmm support for gpio. 2010-05-13 16:08:22 -07:00
idle.S [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach 2008-08-07 09:55:48 +01:00
io.c msm: io: add io support for 7x30 2010-05-13 16:08:49 -07:00
irq-vic.c msm: add Qualcomm 7x30 interrupt controller driver. 2010-05-13 16:08:24 -07:00
irq.c [ARM] msm: irq: fix lockdep issues 2010-05-12 09:13:56 -07:00
last_radio_log.c [ARM] msm: add /proc/last_radio_log when supported by the modem. 2010-05-12 09:15:24 -07:00
proc_comm.c arm: msm: smd: fix SMD modem processor sync condition 2010-05-12 09:19:33 -07:00
proc_comm.h arm: msm: smd: fix SMD modem processor sync condition 2010-05-12 09:19:33 -07:00
sirc.c msm: add sirc interrupt controller driver. 2010-05-13 16:07:56 -07:00
smd.c arm: msm: smd: fix SMD modem processor sync condition 2010-05-12 09:19:33 -07:00
smd_debug.c arm: msm: smd: fix initcall prototype compiler warning 2010-05-12 09:19:39 -07:00
smd_private.h arm: msm: smd: msm7x30 a2m clean up 2010-05-12 09:19:04 -07:00
timer.c msm: timer: allow MSM_DGT_BASE to be overriden 2010-05-13 16:08:26 -07:00
vreg.c [ARM] msm: add new vreg IDs for MSM7X30 2010-05-12 09:14:41 -07:00