[PATCH] arm: Export cache flush management symbols when !MULTI_CACHE

Russell King - ARM Linux linux at arm.linux.org.uk
Thu Jan 3 18:11:32 EST 2013


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.



More information about the linux-arm-kernel mailing list