On Thu, Oct 06, 2016 at 05:59:53PM -0400, Jérémy Lefaure wrote: > There are some compilation errors when CONFIG_MMP_TDMA is enabled and > CONFIG_GENERIC_ALLOCATOR is disabled: > > drivers/built-in.o: In function `mmp_tdma_prep_dma_cyclic': > mmp_tdma.c:(.text+0x7890e): undefined reference to `gen_pool_dma_alloc' > drivers/built-in.o: In function `mmp_tdma_free_chan_resources': > mmp_tdma.c:(.text+0x78aca): undefined reference to `gen_pool_free' > drivers/built-in.o: In function `mmp_tdma_probe': > mmp_tdma.c:(.text+0x78ea8): undefined reference to `of_gen_pool_get' > > This commit fix this problem by selecting GENERIC_ALLOCATOR when > CONFIG_MMP_TDMA is enabled. Applied, thanks -- ~Vinod -- To unsubscribe from this list: send the line "unsubscribe dmaengine" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html