mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-04 04:04:19 +00:00
add missing __iomem to generic iounmap declaration
Signed-off-by: Mark Salter <msalter@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
parent
854a68521b
commit
e66d3c490c
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user