Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

add missing __iomem to generic iounmap declaration

Signed-off-by: Mark Salter <msalter@redhat.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>

+1 -1
+1 -1
include/asm-generic/io.h
··· 327 327 #define ioremap_wc ioremap_nocache 328 328 #endif 329 329 330 - static inline void iounmap(void *addr) 330 + static inline void iounmap(void __iomem *addr) 331 331 { 332 332 } 333 333 #endif /* CONFIG_MMU */