Re: [PATCH] mtd: nand: MTD_NAND_HISI504 should depend on HAS_DMA

2015-03-02 Thread Brian Norris
On Sun, Mar 01, 2015 at 10:35:52AM +0100, Geert Uytterhoeven wrote: > If NO_DMA=y: > > drivers/built-in.o: In function `hisi_nfc_probe': > hisi504_nand.c:(.text+0x23e646): undefined reference to > `dmam_alloc_coherent' > > Signed-off-by: Geert Uytterhoeven Looks good. Pushed to linux-m

[PATCH] mtd: nand: MTD_NAND_HISI504 should depend on HAS_DMA

2015-03-01 Thread Geert Uytterhoeven
If NO_DMA=y: drivers/built-in.o: In function `hisi_nfc_probe': hisi504_nand.c:(.text+0x23e646): undefined reference to `dmam_alloc_coherent' Signed-off-by: Geert Uytterhoeven --- drivers/mtd/nand/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mtd/nand/Kconfig b/dri