diff options
| author | Alexander Beregalov <a.beregalov@gmail.com> | 2008-07-09 14:28:24 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2008-07-18 13:25:28 -0400 |
| commit | fa10c51a04a43ced5fd6033f19a74d2c82198b34 (patch) | |
| tree | c5bf12e1fd28c3739d66a9718163395f4c97ae53 | |
| parent | 1181f8b5f0302580af0958169ef4497c3eb57a61 (diff) | |
arch/x86/kernel/cpu/common_64.c: remove double inclusions
x86: remove double inclusions in arch/x86/kernel/cpu/common_64.c
Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
Cc: yhlu.kernel@gmail.com
Signed-off-by: Ingo Molnar <mingo@elte.hu>
| -rw-r--r-- | arch/x86/kernel/cpu/common_64.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/kernel/cpu/common_64.c b/arch/x86/kernel/cpu/common_64.c index 7b8cc72feb40..2a4475beea4a 100644 --- a/arch/x86/kernel/cpu/common_64.c +++ b/arch/x86/kernel/cpu/common_64.c | |||
| @@ -7,12 +7,9 @@ | |||
| 7 | #include <linux/module.h> | 7 | #include <linux/module.h> |
| 8 | #include <linux/kgdb.h> | 8 | #include <linux/kgdb.h> |
| 9 | #include <linux/topology.h> | 9 | #include <linux/topology.h> |
| 10 | #include <linux/string.h> | ||
| 11 | #include <linux/delay.h> | 10 | #include <linux/delay.h> |
| 12 | #include <linux/smp.h> | 11 | #include <linux/smp.h> |
| 13 | #include <linux/module.h> | ||
| 14 | #include <linux/percpu.h> | 12 | #include <linux/percpu.h> |
| 15 | #include <asm/processor.h> | ||
| 16 | #include <asm/i387.h> | 13 | #include <asm/i387.h> |
| 17 | #include <asm/msr.h> | 14 | #include <asm/msr.h> |
| 18 | #include <asm/io.h> | 15 | #include <asm/io.h> |
