projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04e3543
)
microblaze: remove ioremap_fullcache
author
Christoph Hellwig
<hch@lst.de>
Fri, 30 Aug 2019 16:12:36 +0000
(18:12 +0200)
committer
Michal Simek
<michal.simek@xilinx.com>
Mon, 2 Sep 2019 14:19:23 +0000
(16:19 +0200)
No callers of this function.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/microblaze/include/asm/io.h
patch
|
blob
|
history
diff --git
a/arch/microblaze/include/asm/io.h
b/arch/microblaze/include/asm/io.h
index
c796813
..
86c95b2
100644
(file)
--- a/
arch/microblaze/include/asm/io.h
+++ b/
arch/microblaze/include/asm/io.h
@@
-40,7
+40,6
@@
extern void iounmap(volatile void __iomem *addr);
extern void __iomem *ioremap(phys_addr_t address, unsigned long size);
#define ioremap_nocache(addr, size) ioremap((addr), (size))
-#define ioremap_fullcache(addr, size) ioremap((addr), (size))
#define ioremap_wc(addr, size) ioremap((addr), (size))
#define ioremap_wt(addr, size) ioremap((addr), (size))