Revision 8c98ebd7a6ff6ef352bb4c5516a8849b40b5ef6b authored by Geert Uytterhoeven on 23 April 2015, 18:03:58 UTC, committed by Herbert Xu on 24 April 2015, 12:14:09 UTC
If NO_DMA=y:

    drivers/built-in.o: In function `img_hash_write_via_dma_stop':
    img-hash.c:(.text+0xa2b822): undefined reference to `dma_unmap_sg'
    drivers/built-in.o: In function `img_hash_xmit_dma':
    img-hash.c:(.text+0xa2b8d8): undefined reference to `dma_map_sg'
    img-hash.c:(.text+0xa2b948): undefined reference to `dma_unmap_sg'

Also move the "depends" section below the "tristate" line while we're at
it.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
1 parent 00425bb
History
File Mode Size
Makefile -rw-r--r-- 458 bytes
coresight-etb10.c -rw-r--r-- 13.3 KB
coresight-etm-cp14.c -rw-r--r-- 11.6 KB
coresight-etm.h -rw-r--r-- 7.9 KB
coresight-etm3x.c -rw-r--r-- 46.8 KB
coresight-funnel.c -rw-r--r-- 6.2 KB
coresight-priv.h -rw-r--r-- 1.7 KB
coresight-replicator.c -rw-r--r-- 3.6 KB
coresight-tmc.c -rw-r--r-- 18.8 KB
coresight-tpiu.c -rw-r--r-- 4.9 KB
coresight.c -rw-r--r-- 15.9 KB
of_coresight.c -rw-r--r-- 5.0 KB

back to top