On Fri, Jan 04, 2013 at 12:32:33AM +0200, Pantelis Antoniou wrote: > When compiling a kernel without CONFIG_MULTI_CACHE enabled the > dma access functions end up not being exported. Fix it.
Actually, that's exactly how these are supposed to be: no driver should _ever_ reference these symbols directly, they should all be done via the DMA API, which internally uses these. Therefore, none of these should ever appear in a module. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

