[PATCH] useless includes of linux/irq.h in arch/i386
authorAl Viro <viro@ftp.linux.org.uk>
Mon, 26 Sep 2005 04:49:44 +0000 (05:49 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 27 Sep 2005 01:29:50 +0000 (18:29 -0700)
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>

No differences found