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
i1480
Kconfig -rw-r--r-- 2.4 KB
Makefile -rw-r--r-- 448 bytes
address.c -rw-r--r-- 10.1 KB
allocator.c -rw-r--r-- 9.9 KB
beacon.c -rw-r--r-- 16.3 KB
driver.c -rw-r--r-- 4.0 KB
drp-avail.c -rw-r--r-- 8.6 KB
drp-ie.c -rw-r--r-- 9.6 KB
drp.c -rw-r--r-- 24.5 KB
est.c -rw-r--r-- 13.3 KB
hwa-rc.c -rw-r--r-- 28.2 KB
ie-rcv.c -rw-r--r-- 1.5 KB
ie.c -rw-r--r-- 9.6 KB
lc-dev.c -rw-r--r-- 12.4 KB
lc-rc.c -rw-r--r-- 13.3 KB
neh.c -rw-r--r-- 17.8 KB
pal.c -rw-r--r-- 3.2 KB
radio.c -rw-r--r-- 4.7 KB
reset.c -rw-r--r-- 11.0 KB
rsv.c -rw-r--r-- 27.4 KB
scan.c -rw-r--r-- 4.1 KB
umc-bus.c -rw-r--r-- 4.9 KB
umc-dev.c -rw-r--r-- 2.2 KB
umc-drv.c -rw-r--r-- 845 bytes
uwb-debug.c -rw-r--r-- 9.2 KB
uwb-internal.h -rw-r--r-- 11.1 KB
uwbd.c -rw-r--r-- 10.2 KB
whc-rc.c -rw-r--r-- 13.2 KB
whci.c -rw-r--r-- 6.3 KB

back to top