diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2025-05-07 09:41:51 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2025-05-07 16:45:40 +0800 |
commit | 20e9579f11b6cbdf0556d9cd85a0aa7653caf341 (patch) | |
tree | 52fb7db869b47640902c16529f27ba0ae1260050 /arch/um/include/asm/fpu/api.h | |
parent | 9b9d4ef0cf750c514735bfd77745387b95cbddda (diff) |
um: Include linux/types.h in asm/fpu/api.h
Include linux/types.h before using bool.
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202505070045.vWc04ygs-lkp@intel.com/
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'arch/um/include/asm/fpu/api.h')
-rw-r--r-- | arch/um/include/asm/fpu/api.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <linux/types.h> + /* Copyright (c) 2020 Cambridge Greys Ltd * Copyright (c) 2020 Red Hat Inc. * A set of "dummy" defines to allow the direct inclusion |