Explorar o código

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>
Christoph Hellwig %!s(int64=6) %!d(string=hai) anos
pai
achega
f31b8de988
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      arch/riscv/kernel/mcount.S

+ 0 - 1
arch/riscv/kernel/mcount.S

@@ -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