Skip to content

Commit 74feee2

Browse files
geertuglaubitz
authored andcommitted
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 <[email protected]> Reviewed-by: John Paul Adrian Glaubitz <[email protected]> Link: https://lore.kernel.org/r/cfda1ba2eadb75e2793e67d43df42fe4c04e4fcf.1709326528.git.geert+renesas@glider.be Signed-off-by: John Paul Adrian Glaubitz <[email protected]>
1 parent 0a84200 commit 74feee2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/sh/math-emu/math.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
#include <linux/perf_event.h>
1616

1717
#include <linux/uaccess.h>
18+
19+
#include <asm/fpu.h>
1820
#include <asm/processor.h>
1921
#include <asm/io.h>
2022

0 commit comments

Comments
 (0)