Re: linux-next: Tree for Sep 9 (ntb)

From: Randy Dunlap
Date: Mon Sep 09 2013 - 14:13:34 EST


On 09/08/13 23:16, Stephen Rothwell wrote:
> Hi all,
>
> Please do not add any code for v3.13 to your linux-next included branches
> until after v3.12-rc1 is released.
>
> Changes since 20130906:
>


on x86_64:

drivers/built-in.o: In function `ntb_transport_free_queue':
(.text+0x150344): undefined reference to `dma_sync_wait'
drivers/built-in.o: In function `ntb_transport_create_queue':
(.text+0x1504b5): undefined reference to `dma_find_channel'
drivers/built-in.o: In function `ntb_transport_rx':
ntb_transport.c:(.text+0x150c65): undefined reference to `dma_sync_wait'


ntb_transport.c uses several dma_*() interfaces.
It looks like it needs to select DMA_ENGINE at a minimum.


--
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/