aboutsummaryrefslogtreecommitdiffstats
path: root/arch/hexagon/kernel/hexagon_ksyms.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2019-08-13 08:11:46 +0200
committerChristoph Hellwig <hch@lst.de>2019-11-11 21:18:19 +0100
commit9425172ecd5df77bc3ba317484132f820ff6b1db (patch)
tree5cee7296fc6520b4e956eb30ac9c200bce5d266b /arch/hexagon/kernel/hexagon_ksyms.c
parentm68k: rename __iounmap and mark it static (diff)
downloadlinux-dev-9425172ecd5df77bc3ba317484132f820ff6b1db.tar.xz
linux-dev-9425172ecd5df77bc3ba317484132f820ff6b1db.zip
hexagon: remove __iounmap
No need to indirect iounmap for hexagon. 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 b3dbb472572e..6fb1aaab1c29 100644
--- a/arch/hexagon/kernel/hexagon_ksyms.c
+++ b/arch/hexagon/kernel/hexagon_ksyms.c
@@ -14,7 +14,7 @@
EXPORT_SYMBOL(__clear_user_hexagon);
EXPORT_SYMBOL(raw_copy_from_user);
EXPORT_SYMBOL(raw_copy_to_user);
-EXPORT_SYMBOL(__iounmap);
+EXPORT_SYMBOL(iounmap);
EXPORT_SYMBOL(__strnlen_user);
EXPORT_SYMBOL(__vmgetie);
EXPORT_SYMBOL(__vmsetie);