1
0
Fork 0

add missing __iomem to generic iounmap declaration

Signed-off-by: Mark Salter <msalter@redhat.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
hifive-unleashed-5.1
Mark Salter 2011-10-04 09:25:56 -04:00
parent 854a68521b
commit e66d3c490c
1 changed files with 1 additions and 1 deletions

View File

@ -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 */