aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/hardirq_64.h
diff options
context:
space:
mode:
authorBrian Gerst <brgerst@gmail.com>2009-01-23 11:03:29 +0900
committerTejun Heo <tj@kernel.org>2009-01-23 11:03:29 +0900
commit3819cd489ec5d18a4cbd2f05acdc516473caa105 (patch)
treeb3f01152e5594971108e38f79dd97158077be10c /arch/x86/include/asm/hardirq_64.h
parent03d2989df9c1c7df5b33c7a87e0790465461836a (diff)
x86: remove include of apic.h from hardirq_64.h
Impact: cleanup APIC definitions aren't needed here. Remove the include and fix up the fallout. tj: added include to mce_intel_64.c. Signed-off-by: Brian Gerst <brgerst@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'arch/x86/include/asm/hardirq_64.h')
-rw-r--r--arch/x86/include/asm/hardirq_64.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/hardirq_64.h b/arch/x86/include/asm/hardirq_64.h
index a65bab20f6c..873c3c7bffc 100644
--- a/arch/x86/include/asm/hardirq_64.h
+++ b/arch/x86/include/asm/hardirq_64.h
@@ -3,7 +3,6 @@
#include <linux/threads.h>
#include <linux/irq.h>
-#include <asm/apic.h>
typedef struct {
unsigned int __softirq_pending;