diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2021-10-15 03:16:39 +0200 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2021-10-20 15:27:29 +0200 |
commit | b56d2795b29792c465cc8ef036abad5127a003fb (patch) | |
tree | c592168388c9ed9c5f1ae7c535e39bd83d3dd36f /arch/x86/kernel/fpu/bugs.c | |
parent | 6415bb80926379310afd74800415f6ebf4bb5c31 (diff) |
x86/fpu: Replace the includes of fpu/internal.h
Now that the file is empty, fixup all references with the proper includes
and delete the former kitchen sink.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20211015011540.001197214@linutronix.de
Diffstat (limited to 'arch/x86/kernel/fpu/bugs.c')
-rw-r--r-- | arch/x86/kernel/fpu/bugs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/fpu/bugs.c b/arch/x86/kernel/fpu/bugs.c index 2954fab15e51..794e70151203 100644 --- a/arch/x86/kernel/fpu/bugs.c +++ b/arch/x86/kernel/fpu/bugs.c @@ -2,7 +2,7 @@ /* * x86 FPU bug checks: */ -#include <asm/fpu/internal.h> +#include <asm/fpu/api.h> /* * Boot time CPU/FPU FDIV bug detection code: |