[ARM] Remove asm/arch/irq.h
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sat, 4 Mar 2006 10:37:07 +0000 (10:37 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 21 Mar 2006 22:05:46 +0000 (22:05 +0000)
commit411ef7f4cf1684ca7977c7917fd841ea091c5b26
tree2f8fe585de8c7e5f3e220d09a512d52711918351
parentf80658137fc8b789a71953adeca194a5a4747427
[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 <rmk+kernel@arm.linux.org.uk>
15 files changed:
arch/arm/mach-lh7a40x/common.h
arch/arm/mach-lh7a40x/irq-kev7a400.c
arch/arm/mach-lh7a40x/irq-lh7a400.c
arch/arm/mach-lh7a40x/irq-lh7a404.c
arch/arm/mach-lh7a40x/irq-lpd7a40x.c
arch/arm/mach-pxa/corgi.c
arch/arm/mach-pxa/poodle.c
arch/arm/mach-pxa/spitz.c
arch/arm/mach-pxa/tosa.c
include/asm-arm/arch-h720x/irq.h [deleted file]
include/asm-arm/arch-imx/irq.h [deleted file]
include/asm-arm/arch-ixp2000/irq.h [deleted file]
include/asm-arm/arch-ixp4xx/irq.h [deleted file]
include/asm-arm/arch-lh7a40x/irq.h [deleted file]
include/asm-arm/arch-pxa/irq.h [deleted file]