summaryrefslogtreecommitdiff
path: root/arch/alpha/configs
diff options
context:
space:
mode:
authorStafford Horne <shorne@gmail.com>2023-08-20 19:02:55 +0300
committerStafford Horne <shorne@gmail.com>2023-08-21 10:12:11 +0300
commitaf1fc7402e560f27ea5a92b7ee0572e3d1e389c5 (patch)
tree6b004e61bffe4adae8095cae6ce095c0bafc16e3 /arch/alpha/configs
parent1c4de499e6134ecb048bbd80133b213c705de3e5 (diff)
downloadlinux-af1fc7402e560f27ea5a92b7ee0572e3d1e389c5.tar.xz
openrisc: Declare do_signal function as static
When compiling with W=1 enabling -Wmissing-prototypes the compiler warns: arch/openrisc/kernel/signal.c:227:5: error: no previous prototype for 'do_signal' [-Werror=missing-prototypes] Fix this by declaring the function a static as it is not used outside of the scope of this file. Reported-by: Arnd Bergmann <arnd@arndb.de> Closes: https://lore.kernel.org/linux-kernel/20230810141947.1236730-17-arnd@kernel.org/ Signed-off-by: Stafford Horne <shorne@gmail.com>
Diffstat (limited to 'arch/alpha/configs')
0 files changed, 0 insertions, 0 deletions