summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-h720x/common.c
diff options
context:
space:
mode:
authorLinus Torvalds2005-09-05 09:17:25 +0200
committerLinus Torvalds2005-09-05 09:17:25 +0200
commit64c4813d9ea0d646a0652bd9dcc5b40db6ddce69 (patch)
tree98658d9009182e79cb443cef67afbdc4bb3b8a48 /arch/arm/mach-h720x/common.c
parentMerge master.kernel.org:/home/rmk/linux-2.6-serial (diff)
parent[ARM] Wrap calls to descriptor handlers (diff)
downloadkernel-qcow2-linux-64c4813d9ea0d646a0652bd9dcc5b40db6ddce69.tar.gz
kernel-qcow2-linux-64c4813d9ea0d646a0652bd9dcc5b40db6ddce69.tar.xz
kernel-qcow2-linux-64c4813d9ea0d646a0652bd9dcc5b40db6ddce69.zip
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Diffstat (limited to 'arch/arm/mach-h720x/common.c')
-rw-r--r--arch/arm/mach-h720x/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-h720x/common.c b/arch/arm/mach-h720x/common.c
index 96aa3af70d86..5110e2e65ddd 100644
--- a/arch/arm/mach-h720x/common.c
+++ b/arch/arm/mach-h720x/common.c
@@ -108,7 +108,7 @@ h720x_gpio_handler(unsigned int mask, unsigned int irq,
while (mask) {
if (mask & 1) {
IRQDBG("handling irq %d\n", irq);
- desc->handle(irq, desc, regs);
+ desc_handle_irq(irq, desc, regs);
}
irq++;
desc++;