diff options
author | 2014-05-02 06:29:34 +0200 | |
---|---|---|
committer | 2014-05-02 10:08:40 -0700 | |
commit | 2de440f59ca9615c92820d165d5e59756e54026b (patch) | |
tree | 6f0129e27bda85886806416b473386584fa87696 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | spi: core: Ignore unsupported Dual/Quad Transfer Mode bits (diff) | |
download | linux-dev-2de440f59ca9615c92820d165d5e59756e54026b.tar.xz linux-dev-2de440f59ca9615c92820d165d5e59756e54026b.zip |
spi: core: Protect DMA code by #ifdef CONFIG_HAS_DMA
If NO_DMA=y:
drivers/built-in.o: In function `spi_map_buf':
spi.c:(.text+0x21bc60): undefined reference to `dma_map_sg'
drivers/built-in.o: In function `spi_unmap_buf.isra.33':
spi.c:(.text+0x21c32e): undefined reference to `dma_unmap_sg'
make[3]: *** [vmlinux] Error 1
Protect the DMA code by #ifdef CONFIG_HAS_DMA to fix this:
- Extract __spi_map_msg() from spi_map_msg(),
- Provide dummy definitions of __spi_map_msg() and spi_unmap_msg() if
!CONFIG_HAS_DMA.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions