summaryrefslogtreecommitdiff
path: root/arch/mips/include/asm
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2023-05-16 21:39:43 +0200
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2023-06-09 10:18:42 +0200
commitdfbd992e0ef2319b869bf69fe649d34d2dc49e4b (patch)
treef1f9c595df8b36614fa7da1adb8d2e6178847cd4 /arch/mips/include/asm
parent5487a7b60695a92cf998350e4beac17144c91fcd (diff)
downloadlwn-dfbd992e0ef2319b869bf69fe649d34d2dc49e4b.tar.gz
lwn-dfbd992e0ef2319b869bf69fe649d34d2dc49e4b.zip
mips: asm-offsets: add missing prototypes
Building with -Werror and W=1 fails entirely because of warnings in asm-offsets.c: arch/mips/kernel/asm-offsets.c:26:6: error: no previous prototype for 'output_ptreg_defines' [-Werror=missing-prototypes] arch/mips/kernel/asm-offsets.c:78:6: error: no previous prototype for 'output_task_defines' [-Werror=missing-prototypes] arch/mips/kernel/asm-offsets.c:92:6: error: no previous prototype for 'output_thread_info_defines' [-Werror=missing-prototypes] arch/mips/kernel/asm-offsets.c:108:6: error: no previous prototype for 'output_thread_defines' [-Werror=missing-prototypes] arch/mips/kernel/asm-offsets.c:136:6: error: no previous prototype for 'output_thread_fpu_defines' [-Werror=missing-prototypes] Nothing actually calls these functions, so just add prototypes to shut up the warnings. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/include/asm')
0 files changed, 0 insertions, 0 deletions