From: Herbert Xu Date: Wed, 7 May 2025 01:41:51 +0000 (+0800) Subject: um: Include linux/types.h in asm/fpu/api.h X-Git-Tag: v6.16-rc1~206^2~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=20e9579f11b6cbdf0556d9cd85a0aa7653caf341;p=thirdparty%2Fkernel%2Flinux.git 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 --- diff --git a/arch/um/include/asm/fpu/api.h b/arch/um/include/asm/fpu/api.h index 71bfd9ef3938f..3abf67c83c40a 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