diff options
author | Al Viro <viro@ZenIV.linux.org.uk> | 2005-09-12 18:49:25 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-12 10:50:58 -0700 |
commit | 9cdd304b20b921507fa1670aaf751496627c8d9c (patch) | |
tree | e7882617c0f17068b8bffd12ffd2ced424a398d2 /arch/x86_64/kernel/nmi.c | |
parent | ff347b221512a83e7b08356729e3e2c14346e29e (diff) | |
download | op-kernel-dev-9cdd304b20b921507fa1670aaf751496627c8d9c.zip op-kernel-dev-9cdd304b20b921507fa1670aaf751496627c8d9c.tar.gz |
[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/nmi.c')
-rw-r--r-- | arch/x86_64/kernel/nmi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/nmi.c b/arch/x86_64/kernel/nmi.c index 330b357..4388b8a5 100644 --- a/arch/x86_64/kernel/nmi.c +++ b/arch/x86_64/kernel/nmi.c @@ -14,7 +14,6 @@ #include <linux/config.h> #include <linux/mm.h> -#include <linux/irq.h> #include <linux/delay.h> #include <linux/bootmem.h> #include <linux/smp_lock.h> |