From 20e9579f11b6cbdf0556d9cd85a0aa7653caf341 Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Wed, 7 May 2025 09:41:51 +0800 Subject: [PATCH] um: Include linux/types.h in asm/fpu/api.h Include linux/types.h before using bool. Reported-by: kernel test robot Closes: https://lore.kernel.org/oe-kbuild-all/202505070045.vWc04ygs-lkp@intel.com/ Signed-off-by: Herbert Xu Acked-by: Johannes Berg Signed-off-by: Herbert Xu --- arch/um/include/asm/fpu/api.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/um/include/asm/fpu/api.h b/arch/um/include/asm/fpu/api.h index 71bfd9ef3938..3abf67c83c40 100644 --- a/arch/um/include/asm/fpu/api.h +++ b/arch/um/include/asm/fpu/api.h @@ -2,6 +2,8 @@ #ifndef _ASM_UM_FPU_API_H #define _ASM_UM_FPU_API_H +#include + /* Copyright (c) 2020 Cambridge Greys Ltd * Copyright (c) 2020 Red Hat Inc. * A set of "dummy" defines to allow the direct inclusion -- 2.25.1