linux/drivers/mtd/nand/raw/atmel
Boris Brezillon d28395c908 mtd: rawnand: atmel: Add an __iomem cast on gen_pool_dma_alloc() call
gen_pool_dma_alloc() return type is void *, while internally, the
memory region exposed by the sram driver has been mapped with
ioremap().

Add a void * to void __iomem * cast to make sparse happy.

Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
2018-07-18 10:10:16 +02:00
..
Makefile
nand-controller.c mtd: rawnand: atmel: Add an __iomem cast on gen_pool_dma_alloc() call 2018-07-18 10:10:16 +02:00
pmecc.c
pmecc.h