Vinod Koul 2abd419809 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>
2014-11-17 14:05:02 +05:30
..
2014-09-28 07:05:16 -07:00
2014-10-07 20:39:25 -04:00
2014-10-07 20:39:25 -04:00
2014-07-12 09:57:42 -07:00
2014-07-12 09:57:42 -07:00