linux-stable/arch/m68k/math-emu
Geert Uytterhoeven 1fee121f8f m68k: math-emu: Add missing prototypes
When building with W=1:

    arch/m68k/math-emu/fp_arith.c:301:16: warning: no previous prototype for ‘fp_fsglmul’ [-Wmissing-prototypes]
      301 | struct fp_ext *fp_fsglmul(struct fp_ext *dest, struct fp_ext *src)
	  |                ^~~~~~~~~~
    arch/m68k/math-emu/fp_arith.c:357:16: warning: no previous prototype for ‘fp_fsgldiv’ [-Wmissing-prototypes]
      357 | struct fp_ext *fp_fsgldiv(struct fp_ext *dest, struct fp_ext *src)
	  |                ^~~~~~~~~~
      CC      arch/m68k/math-emu/fp_log.o
    ...

Fix this by adding the missing prototypes to header files.

Reported-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20230810141947.1236730-17-arnd@kernel.org/
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Link: https://lore.kernel.org/r/96c039640d76973ea762d79018de0bc75bbdc1dc.1692283195.git.geert@linux-m68k.org
2023-10-06 10:03:01 +02:00
..
fp_arith.c m68k: math-emu: Reformat function and variable headers 2023-10-06 10:03:01 +02:00
fp_arith.h m68k: math-emu: Add missing prototypes 2023-10-06 10:03:01 +02:00
fp_cond.S Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fp_decode.h m68k: Assorted spelling fixes 2016-07-03 14:05:28 +02:00
fp_emu.h kbuild: m68k,parisc,ppc,ppc64,s390,xtensa use generic asm-offsets.h support 2005-09-09 20:57:26 +02:00
fp_entry.S locking, m68k/asm-offsets: Rename signal defines 2009-09-01 09:38:03 +02:00
fp_log.c m68k: math-emu: Add missing prototypes 2023-10-06 10:03:01 +02:00
fp_log.h m68k: math-emu: Add missing prototypes 2023-10-06 10:03:01 +02:00
fp_move.S Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fp_movem.S Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fp_scan.S Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fp_trig.c m68k: math-emu: Reformat function and variable headers 2023-10-06 10:03:01 +02:00
fp_trig.h m68k: math-emu: Add missing prototypes 2023-10-06 10:03:01 +02:00
fp_util.S Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
multi_arith.h m68k: math-emu: Make multi_arith.h self-contained 2023-10-06 10:03:01 +02:00