Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sh: math-emu: Add missing #include <asm/fpu.h>

arch/sh/math-emu/math.c:492:5: warning: no previous prototype for 'do_fpu_inst' [-Wmissing-prototypes]

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Link: https://lore.kernel.org/r/cfda1ba2eadb75e2793e67d43df42fe4c04e4fcf.1709326528.git.geert+renesas@glider.be
Signed-off-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>

authored by

Geert Uytterhoeven and committed by
John Paul Adrian Glaubitz
74feee2c 0a842003

+2
+2
arch/sh/math-emu/math.c
··· 15 15 #include <linux/perf_event.h> 16 16 17 17 #include <linux/uaccess.h> 18 + 19 + #include <asm/fpu.h> 18 20 #include <asm/processor.h> 19 21 #include <asm/io.h> 20 22