Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e66d3c49 authored by Mark Salter's avatar Mark Salter
Browse files

add missing __iomem to generic iounmap declaration

parent 854a6852
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */