Fabio Estevam <festevam@xxxxxxxxx> writes: > Since commit 29d750686331 ("media: fsl-viu: allow building it with > COMPILE_TEST") there were several attempts to fix build failures on > PPC, MICROBLAZE and M68K. > > However, such errors are still present as reported by kbuild robot. > > Fix the problem by using the ioread/write32be() accessors, which build > fine on all platforms. > > Reported-by: kernel test robot <lkp@xxxxxxxxx> > Suggested-by: Michael Ellerman <mpe@xxxxxxxxxxxxxx> > Signed-off-by: Fabio Estevam <festevam@xxxxxxxxx> > --- > Changes since v1: > - Fix wrong conversion - Michael > > drivers/media/platform/fsl-viu.c | 119 ++++++++++++++----------------- > 1 file changed, 55 insertions(+), 64 deletions(-) LGTM. Reviewed-by: Michael Ellerman <mpe@xxxxxxxxxxxxxx> cheers