Geert Uytterhoeven ab8151fc5e m68k: kernel: Add and use "process.h"
When building with W=1:

    arch/m68k/kernel/process.c:115:16: warning: no previous prototype for ‘m68k_clone’ [-Wmissing-prototypes]
      115 | asmlinkage int m68k_clone(struct pt_regs *regs)
	  |                ^~~~~~~~~~
    arch/m68k/kernel/process.c:136:16: warning: no previous prototype for ‘m68k_clone3’ [-Wmissing-prototypes]
      136 | asmlinkage int m68k_clone3(struct pt_regs *regs)
	  |                ^~~~~~~~~~~

Fix this by introducing a new header file "process.h" for holding the
prototypes of functions implemented in arch/m68k/kernel/process.c.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/5e50257d8fcae3eb202ce5f439dc29c09cb6c44f.1694613528.git.geert@linux-m68k.org
2023-10-06 10:03:01 +02:00
..
2021-09-24 13:35:07 +02:00
2023-01-30 16:40:15 +01:00
2022-04-11 11:48:01 +02:00
2023-10-06 10:03:01 +02:00
2023-10-06 10:03:01 +02:00
2012-03-28 18:30:02 +01:00
2023-01-30 16:40:15 +01:00
2017-11-06 08:25:21 +10:00