summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/poodle.c
diff options
context:
space:
mode:
authorRussell King2006-03-04 11:37:07 +0100
committerRussell King2006-03-21 23:05:46 +0100
commit411ef7f4cf1684ca7977c7917fd841ea091c5b26 (patch)
tree2f8fe585de8c7e5f3e220d09a512d52711918351 /arch/arm/mach-pxa/poodle.c
parent[ARM] Move HZ definition into Kconfig (diff)
downloadkernel-qcow2-linux-411ef7f4cf1684ca7977c7917fd841ea091c5b26.tar.gz
kernel-qcow2-linux-411ef7f4cf1684ca7977c7917fd841ea091c5b26.tar.xz
kernel-qcow2-linux-411ef7f4cf1684ca7977c7917fd841ea091c5b26.zip
[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>
Diffstat (limited to 'arch/arm/mach-pxa/poodle.c')
-rw-r--r--arch/arm/mach-pxa/poodle.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/poodle.c b/arch/arm/mach-pxa/poodle.c
index 911e6ff5a9bd..b45560a8f6c4 100644
--- a/arch/arm/mach-pxa/poodle.c
+++ b/arch/arm/mach-pxa/poodle.c
@@ -29,7 +29,6 @@
#include <asm/mach/irq.h>
#include <asm/arch/pxa-regs.h>
-#include <asm/arch/irq.h>
#include <asm/arch/mmc.h>
#include <asm/arch/udc.h>
#include <asm/arch/irda.h>