mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 20:14:06 +02:00
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>
This commit is contained in:
parent
9b9d4ef0cf
commit
20e9579f11
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user