diff options
author | Christoph Hellwig <hch@lst.de> | 2019-08-13 09:11:46 +0300 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2019-11-11 23:18:19 +0300 |
commit | 9425172ecd5df77bc3ba317484132f820ff6b1db (patch) | |
tree | 5cee7296fc6520b4e956eb30ac9c200bce5d266b /arch/hexagon/kernel | |
parent | 076863473c0cdbf7fdcbf97e1878028ccde3b4ec (diff) | |
download | linux-9425172ecd5df77bc3ba317484132f820ff6b1db.tar.xz |
hexagon: remove __iounmap
No need to indirect iounmap for hexagon.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'arch/hexagon/kernel')
-rw-r--r-- | arch/hexagon/kernel/hexagon_ksyms.c | 2 |
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); |