]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
add missing __iomem to generic iounmap declaration
authorMark Salter <msalter@redhat.com>
Tue, 4 Oct 2011 13:25:56 +0000 (09:25 -0400)
committerMark Salter <msalter@redhat.com>
Thu, 6 Oct 2011 23:47:22 +0000 (19:47 -0400)
Signed-off-by: Mark Salter <msalter@redhat.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
include/asm-generic/io.h

index 912088773a69ef55b5313d7a6ccd5acebbc1de36..c2cf2eda062635f56c982547bd87c2796ad62a44 100644 (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 */