projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
854a685
)
add missing __iomem to generic iounmap declaration
author
Mark Salter
<msalter@redhat.com>
Tue, 4 Oct 2011 13:25:56 +0000
(09:25 -0400)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-generic/io.h
b/include/asm-generic/io.h
index 912088773a69ef55b5313d7a6ccd5acebbc1de36..c2cf2eda062635f56c982547bd87c2796ad62a44 100644
(file)
--- a/
include/asm-generic/io.h
+++ b/
include/asm-generic/io.h
@@
-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 */