diff options
author | Jesper Juhl <[email protected]> | 2010-11-07 22:57:18 +0100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2010-11-10 10:21:16 +0100 |
commit | 2a8dcbd6cd2270f912ca141547d9296ce08abe4a (patch) | |
tree | e8f90c41d9d209dac15f355491c5df4ac348cadd | |
parent | 2f62bf7d238f6dfa39faf24c746d0b8dd60f85c5 (diff) |
x86, apic: Remove double #include
Remove the second <asm/atomic.h> inclusion.
Signed-off-by: Jesper Juhl <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
-rw-r--r-- | arch/x86/kernel/apic/apic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic/apic.c b/arch/x86/kernel/apic/apic.c index 850657d1b0ed..3f838d537392 100644 --- a/arch/x86/kernel/apic/apic.c +++ b/arch/x86/kernel/apic/apic.c @@ -52,7 +52,6 @@ #include <asm/mce.h> #include <asm/kvm_para.h> #include <asm/tsc.h> -#include <asm/atomic.h> unsigned int num_processors; |