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
40x_mmu.c -rw-r--r-- 4.4 KB
44x_mmu.c -rw-r--r-- 6.6 KB
Makefile -rw-r--r-- 1.4 KB
copro_fault.c -rw-r--r-- 3.8 KB
dma-noncoherent.c -rw-r--r-- 10.5 KB
fault.c -rw-r--r-- 14.8 KB
fsl_booke_mmu.c -rw-r--r-- 8.5 KB
hash_low_32.S -rw-r--r-- 19.1 KB
hash_low_64.S -rw-r--r-- 26.4 KB
hash_native_64.c -rw-r--r-- 19.0 KB
hash_utils_64.c -rw-r--r-- 41.7 KB
highmem.c -rw-r--r-- 2.2 KB
hugepage-hash64.c -rw-r--r-- 5.3 KB
hugetlbpage-book3e.c -rw-r--r-- 3.2 KB
hugetlbpage-hash64.c -rw-r--r-- 3.8 KB
hugetlbpage.c -rw-r--r-- 26.1 KB
icswx.c -rw-r--r-- 7.9 KB
icswx.h -rw-r--r-- 2.0 KB
icswx_pid.c -rw-r--r-- 1.8 KB
init_32.c -rw-r--r-- 5.5 KB
init_64.c -rw-r--r-- 12.5 KB
mem.c -rw-r--r-- 14.6 KB
mmap.c -rw-r--r-- 2.8 KB
mmu_context_hash32.c -rw-r--r-- 3.4 KB
mmu_context_hash64.c -rw-r--r-- 3.2 KB
mmu_context_nohash.c -rw-r--r-- 13.2 KB
mmu_decl.h -rw-r--r-- 4.7 KB
numa.c -rw-r--r-- 40.2 KB
pgtable.c -rw-r--r-- 6.7 KB
pgtable_32.c -rw-r--r-- 11.0 KB
pgtable_64.c -rw-r--r-- 21.8 KB
ppc_mmu_32.c -rw-r--r-- 8.3 KB
slb.c -rw-r--r-- 9.9 KB
slb_low.S -rw-r--r-- 8.6 KB
slice.c -rw-r--r-- 19.2 KB
subpage-prot.c -rw-r--r-- 6.4 KB
tlb_hash32.c -rw-r--r-- 4.5 KB
tlb_hash64.c -rw-r--r-- 7.7 KB
tlb_low_64e.S -rw-r--r-- 35.4 KB
tlb_nohash.c -rw-r--r-- 18.9 KB
tlb_nohash_low.S -rw-r--r-- 9.0 KB

back to top