mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
411ef7f4cf
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 <rmk+kernel@arm.linux.org.uk> |
||
---|---|---|
.. | ||
arch-kev7a400.c | ||
arch-lpd7a40x.c | ||
common.h | ||
irq-kev7a400.c | ||
irq-lh7a400.c | ||
irq-lh7a404.c | ||
irq-lpd7a40x.c | ||
Kconfig | ||
Makefile | ||
Makefile.boot | ||
time.c |