commit | ce3a161e693388aaa66d43d26156053311a39b7d | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Mon Sep 26 05:49:44 2005 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Sep 26 18:29:50 2005 -0700 |
tree | dc70910ba6321c8aef0721909edc8141907ba595 | |
parent | 7625d483a454cbc8090c5d304eea0847210d6b99 [diff] |
[PATCH] useless includes of linux/irq.h in arch/i386 Most of these guys are simply not needed (pulled by other stuff via asm-i386/hardirq.h). One that is not entirely useless is hilarious - arch/i386/oprofile/nmi_timer_int.c includes linux/irq.h... as a way to get linux/errno.h Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>