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: Christoph Hellwig <hch@lst.de> Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
This commit is contained in:
parent
b90edb3301
commit
f31b8de988
@ -75,7 +75,6 @@ ENTRY(return_to_handler)
|
|||||||
RESTORE_RET_ABI_STATE
|
RESTORE_RET_ABI_STATE
|
||||||
jalr a1
|
jalr a1
|
||||||
ENDPROC(return_to_handler)
|
ENDPROC(return_to_handler)
|
||||||
EXPORT_SYMBOL(return_to_handler)
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef CONFIG_DYNAMIC_FTRACE
|
#ifndef CONFIG_DYNAMIC_FTRACE
|
||||||
|
Loading…
Reference in New Issue
Block a user