Skip to content
Commit c03b12a6 authored by Stafford Horne's avatar Stafford Horne
Browse files

openrisc: Remove unused tlb_init function



When compiling with W=1 enabling -Wmissing-prototypes the compiler
warns:

  arch/openrisc/mm/tlb.c:188:13: error: no previous prototype for 'tlb_init' [-Werror=missing-prototypes]

This function is not implemented or used so remove it.

Reported-by: default avatarArnd Bergmann <arnd@arndb.de>
Closes: https://lore.kernel.org/linux-kernel/20230810141947.1236730-17-arnd@kernel.org/


Signed-off-by: default avatarStafford Horne <shorne@gmail.com>
parent f3901550
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