summaryrefslogtreecommitdiffstats
path: root/arch/x86_64/kernel/smp.c
diff options
context:
space:
mode:
authorAl Viro2005-09-12 18:49:25 +0200
committerLinus Torvalds2005-09-12 19:50:58 +0200
commit9cdd304b20b921507fa1670aaf751496627c8d9c (patch)
treee7882617c0f17068b8bffd12ffd2ced424a398d2 /arch/x86_64/kernel/smp.c
parent[PATCH] x86-64: Fix incorrect FP signals (diff)
downloadkernel-qcow2-linux-9cdd304b20b921507fa1670aaf751496627c8d9c.tar.gz
kernel-qcow2-linux-9cdd304b20b921507fa1670aaf751496627c8d9c.tar.xz
kernel-qcow2-linux-9cdd304b20b921507fa1670aaf751496627c8d9c.zip
[PATCH] x86-64: more gratitious linux/irq.h includes
... and with that all instances in arch/x86_64 are gone. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/x86_64/kernel/smp.c')
-rw-r--r--arch/x86_64/kernel/smp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/smp.c b/arch/x86_64/kernel/smp.c
index 801db885955c..9db9dda161b4 100644
--- a/arch/x86_64/kernel/smp.c
+++ b/arch/x86_64/kernel/smp.c
@@ -12,7 +12,6 @@
#include <linux/init.h>
#include <linux/mm.h>
-#include <linux/irq.h>
#include <linux/delay.h>
#include <linux/spinlock.h>
#include <linux/smp_lock.h>