aboutsummaryrefslogtreecommitdiffstats
path: root/arch/hexagon/kernel/hexagon_ksyms.c
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/kernel/hexagon_ksyms.c
parentia64: rename ioremap_nocache to ioremap_uc (diff)
downloadlinux-dev-ac32292c8552f7e8517be184e65dd09786e991f9.tar.xz
linux-dev-ac32292c8552f7e8517be184e65dd09786e991f9.zip
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/kernel/hexagon_ksyms.c')
-rw-r--r--arch/hexagon/kernel/hexagon_ksyms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/hexagon/kernel/hexagon_ksyms.c b/arch/hexagon/kernel/hexagon_ksyms.c
index cf8974beb500..b3dbb472572e 100644
--- a/arch/hexagon/kernel/hexagon_ksyms.c
+++ b/arch/hexagon/kernel/hexagon_ksyms.c
@@ -20,7 +20,7 @@ EXPORT_SYMBOL(__vmgetie);
EXPORT_SYMBOL(__vmsetie);
EXPORT_SYMBOL(__vmyield);
EXPORT_SYMBOL(empty_zero_page);
-EXPORT_SYMBOL(ioremap_nocache);
+EXPORT_SYMBOL(ioremap);
EXPORT_SYMBOL(memcpy);
EXPORT_SYMBOL(memset);