diff options
author | Arnd Bergmann <arnd@arndb.de> | 2023-12-04 12:56:57 +0100 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2023-12-11 02:21:39 +0100 |
commit | 6fb04df9b9b49891eebbdab6728f92091540e166 (patch) | |
tree | 8c263f2acfaaaae862122d5375edffdb5344c896 /arch/mips/kernel/module.c | |
parent | mips: mark local function static if possible (diff) | |
download | linux-6fb04df9b9b49891eebbdab6728f92091540e166.tar.xz linux-6fb04df9b9b49891eebbdab6728f92091540e166.zip |
mips: move build_tlb_refill_handler() prototype
Instead of having a declaration for each caller, have one that is shared
with the function definition, which avoids a warning:
arch/mips/mm/tlbex.c:2547:6: error: no previous prototype for 'build_tlb_refill_handler' [-Werror=missing-prototypes]
Link: https://lkml.kernel.org/r/20231204115710.2247097-8-arnd@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Stephen Rothwell <sfr@rothwell.id.au>
Cc: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'arch/mips/kernel/module.c')
0 files changed, 0 insertions, 0 deletions