]> git.karo-electronics.de Git - karo-tx-linux.git/commit
dmaengine: at_xdmac: fix usage of read, write wrappers
authorVinod Koul <vinod.koul@intel.com>
Thu, 6 Nov 2014 12:04:13 +0000 (17:34 +0530)
committerVinod Koul <vinod.koul@intel.com>
Mon, 17 Nov 2014 08:35:02 +0000 (14:05 +0530)
commit2abd4198090fbe88af653a4a0be3735d286356b2
treeb3281bc7e52446dcdf7deeada641b335cc82cd0b
parent5ac7d58280236ee4fa45202b82deabdfb4532f7a
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 <fengguang.wu@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/at_xdmac.c