linux/arch/arm/mach-msm/include/mach
Daniel Walker 06125ff051 msm: fix compile failure when no debug uart is selected
If the board has a debug uart the user is given a choice of which
uart to use. The user can also select NONE, which means not to use one.
In most of our header files when NONE is selected nothing is defined
for MSM_DEBUG_UART_PHYS or MSM_DEBUG_UART_BASE. This causes a compile
failure in debug-macro.S which expect something to be defined there.

Example of the failure,

arch/arm/kernel/built-in.o: In function `hexbuf':
linux-2.6/arch/arm/kernel/debug.S:186: undefined reference to `MSM_DEBUG_UART_PHYS'
linux-2.6/arch/arm/kernel/debug.S:186: undefined reference to `MSM_DEBUG_UART_BASE'

This fixes the compile failure by adding an ifdef to debug-macro.S
that removes all the debug uart code in the case of NONE.

Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
2010-10-29 15:56:16 -07:00
..
board.h msm: MSM8X60 RUMI3 board support 2010-10-08 15:12:37 -07:00
clk.h msm: generalize clock support. 2010-05-13 16:08:20 -07:00
debug-macro.S msm: fix compile failure when no debug uart is selected 2010-10-29 15:56:16 -07:00
dma.h msm: dma: add stub functions for dma features not yet present on 8x60 2010-10-08 15:12:42 -07:00
entry-macro-qgic.S msm: irq: rename existing entry-macro to entry-macro-vic 2010-10-08 15:12:38 -07:00
entry-macro-vic.S msm: irq: rename existing entry-macro to entry-macro-vic 2010-10-08 15:12:38 -07:00
entry-macro.S msm: irq: rename existing entry-macro to entry-macro-vic 2010-10-08 15:12:38 -07:00
gpio.h msm: gpio: Remove tlmm routines obsoleted by gpiomux. 2010-10-06 09:01:17 -07:00
hardware.h
io.h msm: io: MSM8X60 io support 2010-10-08 15:12:33 -07:00
iommu.h msm: Add MSM IOMMU support 2010-10-08 15:12:50 -07:00
iommu_hw-8xxx.h msm: Add MSM IOMMU support 2010-10-08 15:12:50 -07:00
irqs-7x00.h msm: generialize IRQ to support multiple SOCs. 2010-05-13 16:07:53 -07:00
irqs-7x30.h msm: irqs: add irqs-7x30.h for MSM7x30 support 2010-05-13 16:08:40 -07:00
irqs-8x50.h msm: irqs: add irqs-8x50.h for QSD8x50 support 2010-05-13 16:08:27 -07:00
irqs-8x60.h msm: irqs-8x60: interrupt map 2010-10-08 15:12:35 -07:00
irqs.h msm: initial irq definitions for MSM8X60 2010-10-08 15:12:34 -07:00
memory.h msm: physical offset for MSM8X60 2010-10-08 15:12:46 -07:00
mmc.h msm: mmc: Add msm prefix to platform data structure 2010-08-09 15:48:23 -07:00
msm_fb.h arm: msm: video: add msm_fb.h 2010-05-12 09:19:41 -07:00
msm_iomap-7x00.h msm: generialize iomap to support multiple SOCs. 2010-05-13 16:07:54 -07:00
msm_iomap-7x30.h msm: add msm_iomap-7x30.h for MSM7x30 support 2010-05-13 16:08:41 -07:00
msm_iomap-8x50.h msm: add msm_iomap-8x50.h for QSD8x50 support 2010-05-13 16:08:29 -07:00
msm_iomap-8x60.h msm: Platform data for msm8x60 IOMMUs 2010-10-08 15:12:52 -07:00
msm_iomap.h msm: io: MSM8X60 io support 2010-10-08 15:12:33 -07:00
msm_smd.h arm: msm: smd: checkpatch clean up of smd/proc_comm 2010-05-12 09:15:39 -07:00
sirc.h msm: add sirc interrupt controller driver. 2010-05-13 16:07:56 -07:00
smp.h msm: irq: rename existing entry-macro to entry-macro-vic 2010-10-08 15:12:38 -07:00
system.h [ARM] msm: shared memory interface for baseband processor ipc 2010-05-12 09:14:52 -07:00
timex.h
uncompress.h msm: make debugging UART (for DEBUG_LL) configurable 2009-11-20 06:40:05 -08:00
vmalloc.h ARM: do not define VMALLOC_END relative to PAGE_OFFSET 2010-10-01 22:28:19 -04:00
vreg.h arm: msm: status for vreg 2010-05-12 09:14:36 -07:00