diff options
author | Christoph Hellwig <hch@lst.de> | 2019-08-12 23:27:12 +0200 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2019-11-11 17:19:49 +0100 |
commit | ac32292c8552f7e8517be184e65dd09786e991f9 (patch) | |
tree | fe9a865012c610d7eeb47aeeb05031724171ec16 /arch/hexagon/kernel | |
parent | fded1829a24b34006664c72e580df5410fd900f5 (diff) | |
download | linux-ac32292c8552f7e8517be184e65dd09786e991f9.tar.bz2 |
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')
-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 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); |