Thread (14 messages) flat view 14 messages, 4 authors, 2015-10-19

[PATCH v3 1/4] mtd: nand: allow compile test of MTD_NAND_PXA3xx

From: arnd@arndb.de (Arnd Bergmann)
Date: 2015-10-15 11:45:26
Also in: lkml

On Thursday 15 October 2015 17:12:18 kbuild test robot wrote:
   drivers/mtd/nand/pxa3xx_nand.c: In function 'drain_fifo':
quoted
quoted
drivers/mtd/nand/pxa3xx_nand.c:507:4: error: implicit declaration of function 'readsl' [-Werror=implicit-function-declaration]
       readsl(info->mmio_base + NDDB, data, 8);
       ^
It should be easy to fix this by changing the code to use ioread32_rep() instead
of readsl(). They behave the same way on pointers returned from ioremap() etc,
and the other one is available on all architectures.

	Arnd
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help