提交 e66d3c49 编写于 作者: M Mark Salter

add missing __iomem to generic iounmap declaration

Signed-off-by: NMark Salter <msalter@redhat.com>
Acked-by: NArnd Bergmann <arnd@arndb.de>
上级 854a6852
......@@ -327,7 +327,7 @@ static inline void __iomem *ioremap(phys_addr_t offset, unsigned long size)
#define ioremap_wc ioremap_nocache
#endif
static inline void iounmap(void *addr)
static inline void iounmap(void __iomem *addr)
{
}
#endif /* CONFIG_MMU */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册