From: Al Viro Date: Mon, 26 Sep 2005 04:49:44 +0000 (+0100) Subject: [PATCH] useless includes of linux/irq.h in arch/i386 X-Git-Tag: v2.6.14-rc3~110 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce3a161e693388aaa66d43d26156053311a39b7d;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed