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
iscsi
loopback
sbp
tcm_fc
Kconfig -rw-r--r-- 1.3 KB
Makefile -rw-r--r-- 903 bytes
target_core_alua.c -rw-r--r-- 64.4 KB
target_core_alua.h -rw-r--r-- 6.3 KB
target_core_configfs.c -rw-r--r-- 83.8 KB
target_core_device.c -rw-r--r-- 44.9 KB
target_core_fabric_configfs.c -rw-r--r-- 35.3 KB
target_core_fabric_lib.c -rw-r--r-- 12.3 KB
target_core_file.c -rw-r--r-- 26.4 KB
target_core_file.h -rw-r--r-- 1.2 KB
target_core_hba.c -rw-r--r-- 4.2 KB
target_core_iblock.c -rw-r--r-- 22.8 KB
target_core_iblock.h -rw-r--r-- 518 bytes
target_core_internal.h -rw-r--r-- 3.9 KB
target_core_pr.c -rw-r--r-- 124.1 KB
target_core_pr.h -rw-r--r-- 2.3 KB
target_core_pscsi.c -rw-r--r-- 30.7 KB
target_core_pscsi.h -rw-r--r-- 1.3 KB
target_core_rd.c -rw-r--r-- 17.9 KB
target_core_rd.h -rw-r--r-- 1.4 KB
target_core_sbc.c -rw-r--r-- 36.8 KB
target_core_spc.c -rw-r--r-- 37.7 KB
target_core_stat.c -rw-r--r-- 48.2 KB
target_core_tmr.c -rw-r--r-- 11.0 KB
target_core_tpg.c -rw-r--r-- 22.8 KB
target_core_transport.c -rw-r--r-- 79.5 KB
target_core_ua.c -rw-r--r-- 8.8 KB
target_core_ua.h -rw-r--r-- 1.4 KB
target_core_user.c -rw-r--r-- 30.0 KB
target_core_xcopy.c -rw-r--r-- 28.5 KB
target_core_xcopy.h -rw-r--r-- 1.7 KB

back to top