Commit f31b8de9 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Palmer Dabbelt

RISC-V: remove the unused return_to_handler export

This export is not only not needed, but also breaks symbol versioning
due to being an undeclared assembly export.
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarPalmer Dabbelt <palmer@sifive.com>
parent b90edb33
......@@ -75,7 +75,6 @@ ENTRY(return_to_handler)
RESTORE_RET_ABI_STATE
jalr a1
ENDPROC(return_to_handler)
EXPORT_SYMBOL(return_to_handler)
#endif
#ifndef CONFIG_DYNAMIC_FTRACE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment