Hi Andrew, After merging the akpm-current tree, today's linux-next build (arm multi_v7_defconfig) produced these warnings:
drivers/base/dma-contiguous.c:244:2: warning: initialization from incompatible
pointer type
.device_init = rmem_cma_device_init,
^
drivers/base/dma-contiguous.c:244:2: warning: (near initialization for
'rmem_cma_ops.device_init')
drivers/base/dma-coherent.c:303:2: warning: initialization from incompatible
pointer type
.device_init = rmem_dma_device_init,
^
Introduced by commit e92f6296f3a2 ("drivers: dma-coherent: add
initialization from device tree"). This init routine is supposed to
return void ...
--
Cheers,
Stephen Rothwell [email protected]
signature.asc
Description: PGP signature

