Re: [PATCHv2 07/29] platform drivers: Fix build on cris and frv archs

2013-11-04 Thread Mauro Carvalho Chehab
Hi Ben, Em Mon, 04 Nov 2013 04:03:10 + Ben Hutchings escreveu: > On Sat, 2013-11-02 at 11:31 -0200, Mauro Carvalho Chehab wrote: > > On cris and frv archs, the functions below aren't defined: > > drivers/media/platform/sh_veu.c: In function 'sh_veu_reg_read': > > drivers/media/platfo

Re: [PATCHv2 07/29] platform drivers: Fix build on cris and frv archs

2013-11-03 Thread Ben Hutchings
On Sat, 2013-11-02 at 11:31 -0200, Mauro Carvalho Chehab wrote: > On cris and frv archs, the functions below aren't defined: > drivers/media/platform/sh_veu.c: In function 'sh_veu_reg_read': > drivers/media/platform/sh_veu.c:228:2: error: implicit declaration of > function 'ioread32' [

[PATCHv2 07/29] platform drivers: Fix build on cris and frv archs

2013-11-02 Thread Mauro Carvalho Chehab
On cris and frv archs, the functions below aren't defined: drivers/media/platform/sh_veu.c: In function 'sh_veu_reg_read': drivers/media/platform/sh_veu.c:228:2: error: implicit declaration of function 'ioread32' [-Werror=implicit-function-declaration] drivers/media/platfor