aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/ipi.c
diff options
context:
space:
mode:
authorHuang Weiyi <weiyi.huang@gmail.com>2008-05-11 19:35:54 +0800
committerThomas Gleixner <tglx@linutronix.de>2008-05-25 08:58:32 +0200
commit2cc74111c78dbc7b26c41b4e87cfebfc3aed49c4 (patch)
tree7eabc8c1c9032a9cfa0d9a85429a22e80f72c2a0 /arch/x86/kernel/ipi.c
parentx86: compressed/head_64.S cleanup - use predefined flags from processor-flags.h (diff)
downloadlinux-dev-2cc74111c78dbc7b26c41b4e87cfebfc3aed49c4.tar.xz
linux-dev-2cc74111c78dbc7b26c41b4e87cfebfc3aed49c4.zip
x86: ipi.c: removed duplicated include
Removed duplicated include <linux/interrupt.h> in arch/x86/kernel/ipi.c. Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com> Cc: mingo@redhat.com Cc: hpa@zytor.com Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/kernel/ipi.c')
-rw-r--r--arch/x86/kernel/ipi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/ipi.c b/arch/x86/kernel/ipi.c
index c0df7b89ca23..9d98cda39ad9 100644
--- a/arch/x86/kernel/ipi.c
+++ b/arch/x86/kernel/ipi.c
@@ -8,7 +8,6 @@
#include <linux/kernel_stat.h>
#include <linux/mc146818rtc.h>
#include <linux/cache.h>
-#include <linux/interrupt.h>
#include <linux/cpu.h>
#include <linux/module.h>