aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2019-08-30 18:12:36 +0200
committerMichal Simek <michal.simek@xilinx.com>2019-09-02 16:19:23 +0200
commitc709bf455d60662377a47686180c0ac5c65f4d07 (patch)
tree69c5419ce21993effa8010b941fd24df79a4f6c0 /arch/microblaze
parentmicroblaze: use the generic dma coherent remap allocator (diff)
downloadlinux-dev-c709bf455d60662377a47686180c0ac5c65f4d07.tar.xz
linux-dev-c709bf455d60662377a47686180c0ac5c65f4d07.zip
microblaze: remove ioremap_fullcache
No callers of this function. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze')
-rw-r--r--arch/microblaze/include/asm/io.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/microblaze/include/asm/io.h b/arch/microblaze/include/asm/io.h
index c7968139486f..86c95b2a1ce1 100644
--- 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))