From: Russell King Date: Sat, 4 Mar 2006 10:37:07 +0000 (+0000) Subject: [ARM] Remove asm/arch/irq.h X-Git-Tag: v2.6.17-rc1~1122^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=411ef7f4cf1684ca7977c7917fd841ea091c5b26;p=pandora-kernel.git [ARM] Remove asm/arch/irq.h asm/arch/irq.h used to be included from asm/irq.h, but was removed from the ARM kernel a long time ago. Consequently, the contents of asm/arch/irq.h (which mostly contain a definition for fixup_irq()) have not been used. Hence, remove asm/arch/irq.h. Some machine support files incorrectly included this file, making little or no use of the contents. Move the contents to a local include file, and remove those include statements as well. Signed-off-by: Russell King --- Reading git-diff-tree failed