diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-02-17 14:02:01 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-02-17 17:52:44 +0100 |
commit | e641f5f525acb163ba71d92de79c9c7366deae03 (patch) | |
tree | 37425070d697506a34e4b56d6f868f03b9fa7300 /arch/x86/kernel/tlb_uv.c | |
parent | 7b6aa335ca1a845c2262ec7a595b4521bca0f79d (diff) |
x86, apic: remove duplicate asm/apic.h inclusions
Impact: cleanup
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/tlb_uv.c')
-rw-r--r-- | arch/x86/kernel/tlb_uv.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/tlb_uv.c b/arch/x86/kernel/tlb_uv.c index 1a7dfa7cb525..f04549afcfe9 100644 --- a/arch/x86/kernel/tlb_uv.c +++ b/arch/x86/kernel/tlb_uv.c @@ -20,8 +20,6 @@ #include <asm/tsc.h> #include <asm/irq_vectors.h> -#include <asm/apic.h> - static struct bau_control **uv_bau_table_bases __read_mostly; static int uv_bau_retry_limit __read_mostly; |