Message ID | aBq6X-UYlQG9HUQd@gondor.apana.org.au |
---|---|
State | Handled Elsewhere |
Headers | show |
Series | um: Include linux/types.h in asm/fpu/api.h | expand |
On Wed, 2025-05-07 at 09:41 +0800, Herbert Xu wrote: > > I'll add this to the crypto tree if it's OK with the UML maintainers. Sure, seems trivial enough and nobody is likely to touch that file. Thanks. > ---8<--- > 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> johannes
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