From 4445e6e9a549823a2c2a188e500389532e1ed501 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Wed, 22 Apr 2015 11:33:25 +0200 Subject: [PATCH] x86/fpu: Remove unnecessary includes from core.c fpu/core.c includes a lot of files for mostly historic reasons. It only needs fpu-internal.h, which already includes all the required headers. Reviewed-by: Borislav Petkov Cc: Andy Lutomirski Cc: Dave Hansen Cc: Fenghua Yu Cc: H. Peter Anvin Cc: Linus Torvalds Cc: Oleg Nesterov Cc: Peter Zijlstra Cc: Thomas Gleixner Signed-off-by: Ingo Molnar --- arch/x86/kernel/fpu/core.c | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/arch/x86/kernel/fpu/core.c b/arch/x86/kernel/fpu/core.c index 9866a580952f..b05199fa168c 100644 --- a/arch/x86/kernel/fpu/core.c +++ b/arch/x86/kernel/fpu/core.c @@ -5,20 +5,7 @@ * General FPU state handling cleanups * Gareth Hughes , May 2000 */ -#include -#include -#include -#include - -#include -#include -#include -#include -#include -#include -#include #include -#include static DEFINE_PER_CPU(bool, in_kernel_fpu); -- 2.39.2