2008-07-09 18:28:35

by Alexander Beregalov

[permalink] [raw]
Subject: [PATCH -next] arch/x86/kernel/cpu/common_64.c: remove double inclusions

From: Alexander Beregalov <[email protected]>

x86: remove double inclusions in arch/x86/kernel/cpu/common_64.c


Signed-off-by: Alexander Beregalov <[email protected]>
---

diff --git a/arch/x86/kernel/cpu/common_64.c b/arch/x86/kernel/cpu/common_64.c
index 7518502..85cf7e1 100644
--- a/arch/x86/kernel/cpu/common_64.c
+++ b/arch/x86/kernel/cpu/common_64.c
@@ -7,12 +7,9 @@
#include <linux/module.h>
#include <linux/kgdb.h>
#include <linux/topology.h>
-#include <linux/string.h>
#include <linux/delay.h>
#include <linux/smp.h>
-#include <linux/module.h>
#include <linux/percpu.h>
-#include <asm/processor.h>
#include <asm/i387.h>
#include <asm/msr.h>
#include <asm/io.h>


2008-07-18 17:26:31

by Ingo Molnar

[permalink] [raw]
Subject: Re: [PATCH -next] arch/x86/kernel/cpu/common_64.c: remove double inclusions


* Alexander Beregalov <[email protected]> wrote:

> From: Alexander Beregalov <[email protected]>
>
> x86: remove double inclusions in arch/x86/kernel/cpu/common_64.c

applied to tip/x86/cleanups, thanks.

Ingo