From: Jean Delvare Date: Thu, 25 Apr 2013 09:24:05 +0000 (+0200) Subject: x86/setup: Drop unneeded include X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=06d219dc22daa26b79ec8e611caa68801607f15d;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git x86/setup: Drop unneeded include arch/x86/kernel/setup.c includes but it doesn't look like it needs it, is sufficient. Signed-off-by: Jean Delvare Link: http://lkml.kernel.org/r/1366881845.4186.65.camel@chaos.site Signed-off-by: Ingo Molnar Cc: "H. Peter Anvin" --- diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index 90d8cc930f5e..a60b245951e1 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c @@ -82,7 +82,6 @@ #include #include #include -#include #include #include #include