diff options
author | Arnd Bergmann <arnd@arndb.de> | 2023-12-04 12:56:55 +0100 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2023-12-11 02:21:39 +0100 |
commit | 2894a8c4bcdc41d72d9d6c080901101e48fd6195 (patch) | |
tree | 3b668e281970f6d40ed137e9c3c05d2a51e79298 /kernel/profile.c | |
parent | mips: rs870e: stop exporting local functions (diff) | |
download | linux-2894a8c4bcdc41d72d9d6c080901101e48fd6195.tar.xz linux-2894a8c4bcdc41d72d9d6c080901101e48fd6195.zip |
mips: signal: move sigcontext declarations to header
Function declarations should be in a shared header to ensure the
prototypes match the definition:
arch/mips/kernel/signal.c:439:5: error: no previous prototype for 'setup_sigcontext' [-Werror=missing-prototypes]
arch/mips/kernel/signal.c:516:5: error: no previous prototype for 'restore_sigcontext' [-Werror=missing-prototypes]
Link: https://lkml.kernel.org/r/20231204115710.2247097-6-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 'kernel/profile.c')
0 files changed, 0 insertions, 0 deletions