diff options
author | Vinod Koul <vinod.koul@intel.com> | 2014-11-06 13:04:13 +0100 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2014-11-17 09:35:02 +0100 |
commit | 2abd4198090fbe88af653a4a0be3735d286356b2 (patch) | |
tree | b3281bc7e52446dcdf7deeada641b335cc82cd0b /scripts | |
parent | dmaengine: at_xdmac: fix semicolon.cocci warnings (diff) | |
download | linux-2abd4198090fbe88af653a4a0be3735d286356b2.tar.xz linux-2abd4198090fbe88af653a4a0be3735d286356b2.zip |
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>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions