aboutsummaryrefslogtreecommitdiff
path: root/lib/error-inject.c
diff options
context:
space:
mode:
authorNaga Sureshkumar Relli <naga.sureshkumar.relli@xilinx.com>2019-04-22 12:56:49 +0530
committerMark Brown <broonie@kernel.org>2019-05-02 10:37:57 +0900
commitba3ce8cb3808cad0f9b8303fad4bd1c887834c82 (patch)
tree54dbf149bde2a55d5160d51cc88fb5f8fc9fb1b9 /lib/error-inject.c
parent4b562de4e227dbc2267c367b0a1ec83051c364f6 (diff)
spi: spi-mem: zynq-qspi: Fix build error on architectures missing readsl/writesl
Alpha and some of the architectures are missing readsl/writesl functions. so the zynq-qspi driver won't be able to build on these arches. hence use ioread32_rep()/iowrite32_rep() instead of readsl()/writesl(). Signed-off-by: Naga Sureshkumar Relli <naga.sureshkumar.relli@xilinx.com> Reported-by: kbuild test robot <lkp@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'lib/error-inject.c')
0 files changed, 0 insertions, 0 deletions