aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/sbus/char/uctrl.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/sbus/char/uctrl.c')
-rw-r--r--drivers/sbus/char/uctrl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sbus/char/uctrl.c b/drivers/sbus/char/uctrl.c
index 5f253665a1da..b8b40e9eca79 100644
--- a/drivers/sbus/char/uctrl.c
+++ b/drivers/sbus/char/uctrl.c
@@ -367,7 +367,7 @@ static int __devinit uctrl_probe(struct of_device *op,
367 goto out_free; 367 goto out_free;
368 } 368 }
369 369
370 p->irq = op->irqs[0]; 370 p->irq = op->archdata.irqs[0];
371 err = request_irq(p->irq, uctrl_interrupt, 0, "uctrl", p); 371 err = request_irq(p->irq, uctrl_interrupt, 0, "uctrl", p);
372 if (err) { 372 if (err) {
373 printk(KERN_ERR "uctrl: Unable to register irq.\n"); 373 printk(KERN_ERR "uctrl: Unable to register irq.\n");