summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2023-08-17 17:44:50 +0300
committerGeert Uytterhoeven <geert@linux-m68k.org>2023-10-06 11:03:01 +0300
commit7e67c75d405b5a3b66ce0af267320ed60e319dd0 (patch)
tree07d34e2f8aedcf81e3edf3c7101e919ee81ee9b4
parent8893eb3de0ec14367466e29cfd8d962d1e615b75 (diff)
downloadlinux-7e67c75d405b5a3b66ce0af267320ed60e319dd0.tar.xz
m68k: math-emu: Make multi_arith.h self-contained
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
-rw-r--r--arch/m68k/math-emu/multi_arith.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/m68k/math-emu/multi_arith.h b/arch/m68k/math-emu/multi_arith.h
index ed2434fcfb1e..f7d9e49fe259 100644
--- a/arch/m68k/math-emu/multi_arith.h
+++ b/arch/m68k/math-emu/multi_arith.h
@@ -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;