diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2023-12-16 02:22:08 +0100 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-12-20 22:40:30 +0100 |
commit | a5a0abfdb319713261f43a7fac0a1c3eb0e9d8ea (patch) | |
tree | ca865820203390821c45aaf99cf28597cce65f28 /arch/x86/kernel/fpu | |
parent | media: vidtv: fix missing include (diff) | |
download | linux-a5a0abfdb319713261f43a7fac0a1c3eb0e9d8ea.tar.xz linux-a5a0abfdb319713261f43a7fac0a1c3eb0e9d8ea.zip |
x86: fix missing includes/forward declarations
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'arch/x86/kernel/fpu')
-rw-r--r-- | arch/x86/kernel/fpu/bugs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/fpu/bugs.c b/arch/x86/kernel/fpu/bugs.c index 794e70151203..a06b876bbf2d 100644 --- a/arch/x86/kernel/fpu/bugs.c +++ b/arch/x86/kernel/fpu/bugs.c @@ -2,6 +2,7 @@ /* * x86 FPU bug checks: */ +#include <asm/cpufeature.h> #include <asm/fpu/api.h> /* |