summaryrefslogtreecommitdiff
path: root/arch/hexagon/mm
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2019-08-12 23:27:12 +0200
committerChristoph Hellwig <hch@lst.de>2019-11-11 17:19:49 +0100
commitac32292c8552f7e8517be184e65dd09786e991f9 (patch)
treefe9a865012c610d7eeb47aeeb05031724171ec16 /arch/hexagon/mm
parentfded1829a24b34006664c72e580df5410fd900f5 (diff)
hexagon: clean up ioremap
Use ioremap as the main implemented function, and defined ioremap_nocache to it as a deprecated alias. Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'arch/hexagon/mm')
-rw-r--r--arch/hexagon/mm/ioremap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/hexagon/mm/ioremap.c b/arch/hexagon/mm/ioremap.c
index 77d8e1e69e9b..b103d83b5fbb 100644
--- a/arch/hexagon/mm/ioremap.c
+++ b/arch/hexagon/mm/ioremap.c
@@ -9,7 +9,7 @@
#include <linux/vmalloc.h>
#include <linux/mm.h>
-void __iomem *ioremap_nocache(unsigned long phys_addr, unsigned long size)
+void __iomem *ioremap(unsigned long phys_addr, unsigned long size)
{
unsigned long last_addr, addr;
unsigned long offset = phys_addr & ~PAGE_MASK;