projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6eb64b8
)
CRIS: Export ioremap_nocache
author
Jesper Nilsson
<jespern@axis.com>
Wed, 1 Oct 2014 13:38:38 +0000
(15:38 +0200)
committer
Jesper Nilsson
<jespern@axis.com>
Fri, 19 Dec 2014 23:01:23 +0000
(
00:01
+0100)
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
arch/cris/mm/ioremap.c
patch
|
blob
|
history
diff --git
a/arch/cris/mm/ioremap.c
b/arch/cris/mm/ioremap.c
index f9ca44bdea20f6cd2031b146441f88cbfa594bec..80fdb995a8ce406abcfd207a5faccd28094a8636 100644
(file)
--- a/
arch/cris/mm/ioremap.c
+++ b/
arch/cris/mm/ioremap.c
@@
-76,10
+76,11
@@
void __iomem * __ioremap(unsigned long phys_addr, unsigned long size, unsigned l
* Must be freed with iounmap.
*/
-void __iomem *ioremap_nocache
(unsigned long phys_addr, unsigned long size)
+void __iomem *ioremap_nocache(unsigned long phys_addr, unsigned long size)
{
return __ioremap(phys_addr | MEM_NON_CACHEABLE, size, 0);
}
+EXPORT_SYMBOL(ioremap_nocache);
void iounmap(volatile void __iomem *addr)
{