From: Vinod Koul Date: Thu, 6 Nov 2014 12:04:13 +0000 (+0530) Subject: dmaengine: at_xdmac: fix usage of read, write wrappers X-Git-Tag: omap-for-v3.19/fixes-rc1~64^2~5^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2abd4198090fbe88af653a4a0be3735d286356b2;p=pandora-kernel.git dmaengine: at_xdmac: fix usage of read, write wrappers This driver uses read_relaxed and writel_relaxed to read, write to IO memory. the config defines COMPILE_TEST so gets compiled on different archs. This causes issue as few archs like x86 etc don't define it. So use readl/writel which is defined in all archs Reported-by: kbuild test robot Signed-off-by: Vinod Koul --- Reading git-diff-tree failed