Geert Uytterhoeven
dbe93977e5
m68k: kernel: Add and use "signal.h"
...
When building with W=1:
arch/m68k/kernel/signal.c:756:18: warning: no previous prototype for ‘do_sigreturn’ [-Wmissing-prototypes]
756 | asmlinkage void *do_sigreturn(struct pt_regs *regs, struct switch_stack *sw)
| ^~~~~~~~~~~~
arch/m68k/kernel/signal.c:783:18: warning: no previous prototype for ‘do_rt_sigreturn’ [-Wmissing-prototypes]
783 | asmlinkage void *do_rt_sigreturn(struct pt_regs *regs, struct switch_stack *sw)
| ^~~~~~~~~~~~~~~
arch/m68k/kernel/signal.c:1112:17: warning: no previous prototype for ‘do_notify_resume’ [-Wmissing-prototypes]
1112 | asmlinkage void do_notify_resume(struct pt_regs *regs)
| ^~~~~~~~~~~~~~~~
Fix this by introducing a new header file "signal.h" for holding the
prototypes of functions implemented in arch/m68k/kernel/signal.c.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/25cecda80698829cec18721a9d0f058cc69df0cc.1694613528.git.geert@linux-m68k.org
2023-10-06 10:03:01 +02:00
..
2023-02-27 09:31:02 -08:00
2022-02-21 12:00:20 +01:00
2022-02-21 12:00:20 +01:00
2022-03-21 16:48:55 -07:00
2022-03-21 16:48:55 -07:00
2023-08-21 08:45:36 +10:00
2023-08-29 14:53:51 -07:00
2023-10-06 10:03:01 +02:00
2023-07-24 14:50:02 +02:00
2022-05-25 00:04:11 +10:00
2023-07-24 14:50:02 +02:00
2023-10-06 10:03:01 +02:00
2023-10-06 10:03:01 +02:00
2023-10-06 10:03:01 +02:00
2022-11-01 12:17:56 +01:00
2023-10-06 10:03:01 +02:00
2023-08-24 16:20:21 -07:00
2022-03-21 16:48:55 -07:00
2022-03-21 16:48:55 -07:00
2023-01-30 16:39:43 +01:00
2023-05-29 11:27:07 +02:00
2023-05-29 11:27:07 +02:00
2020-05-25 10:55:56 +02:00
2022-09-28 22:16:44 +02:00
2022-05-11 21:45:53 +09:00
2022-04-11 11:48:01 +02:00
2023-10-06 10:03:01 +02:00
2022-05-16 13:18:30 +10:00
2023-04-27 19:42:02 -07:00
2023-03-20 15:39:14 +01:00
2023-02-13 11:34:49 +01:00
2023-04-28 16:37:54 -07:00
2022-10-02 18:06:03 +09:00