Re: [PATCH v4 13/36] nds32: Device specific operations
From: Arnd Bergmann <arnd@arndb.de>
Date: 2017-12-18 11:26:27
Also in:
linux-arch, linux-serial, lkml, netdev
From: Arnd Bergmann <arnd@arndb.de>
Date: 2017-12-18 11:26:27
Also in:
linux-arch, linux-serial, lkml, netdev
On Mon, Dec 18, 2017 at 7:46 AM, Greentime Hu [off-list ref] wrote:
+#define __ASM_NDS32_IO_H + +extern void iounmap(void __iomem *addr);
The prototype here should probably include 'volatile' to avoid warnings in an
allmodconfig build.
Arnd