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>
此提交包含在:
Brian Gerst
2009-01-23 11:03:29 +09:00
提交者 Tejun Heo
父節點 03d2989df9
當前提交 3819cd489e
共有 4 個檔案被更改,包括 3 行新增1 行删除

查看文件

@@ -7,6 +7,7 @@
#include <linux/interrupt.h>
#include <linux/percpu.h>
#include <asm/processor.h>
#include <asm/apic.h>
#include <asm/msr.h>
#include <asm/mce.h>
#include <asm/hw_irq.h>