diff options
author | Steve French <sfrench@us.ibm.com> | 2005-12-13 10:15:39 -0800 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-12-13 10:15:39 -0800 |
commit | da8543ef125afc7bba4da526b61a1ae07dc25109 (patch) | |
tree | 6aec5867f8e054c22c6208032280ed1434c14a58 /include/asm-arm/arch-pxa/irq.h | |
parent | ec637e3ffb6b978143652477c7c5f96c9519b691 (diff) | |
parent | 90ac8f7741be4ff66de1f52904f4f67f272f74ce (diff) | |
download | op-kernel-dev-da8543ef125afc7bba4da526b61a1ae07dc25109.zip op-kernel-dev-da8543ef125afc7bba4da526b61a1ae07dc25109.tar.gz |
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'include/asm-arm/arch-pxa/irq.h')
-rw-r--r-- | include/asm-arm/arch-pxa/irq.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-arm/arch-pxa/irq.h b/include/asm-arm/arch-pxa/irq.h index d770e4b..48c60f5 100644 --- a/include/asm-arm/arch-pxa/irq.h +++ b/include/asm-arm/arch-pxa/irq.h @@ -12,8 +12,3 @@ #define fixup_irq(x) (x) -/* - * This prototype is required for cascading of multiplexed interrupts. - * Since it doesn't exist elsewhere, we'll put it here for now. - */ -extern void do_IRQ(int irq, struct pt_regs *regs); |