m68k: math-emu: Make multi_arith.h self-contained
authorGeert Uytterhoeven <geert@linux-m68k.org>
Thu, 17 Aug 2023 14:44:50 +0000 (16:44 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Fri, 6 Oct 2023 08:03:01 +0000 (10:03 +0200)
Add the missing #include "fp_emu.h".

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Link: https://lore.kernel.org/r/2efd6610e97dd1621e7d28bf87cb79173285545d.1692283195.git.geert@linux-m68k.org
arch/m68k/math-emu/multi_arith.h

index ed2434fcfb1ef46e993ba6f93dc7fb91b7ea08bd..f7d9e49fe259d8c9643d24c0a06d2cad2b74300d 100644 (file)
@@ -18,6 +18,8 @@
 #ifndef _MULTI_ARITH_H
 #define _MULTI_ARITH_H
 
+#include "fp_emu.h"
+
 static inline void fp_denormalize(struct fp_ext *reg, unsigned int cnt)
 {
        reg->exp += cnt;