|
@@ -196,7 +196,7 @@ static int mpc52xx_extirq_set_type(struct irq_data *d, unsigned int flow_type)
|
|
ctrl_reg |= (type << (22 - (l2irq * 2)));
|
|
ctrl_reg |= (type << (22 - (l2irq * 2)));
|
|
out_be32(&intr->ctrl, ctrl_reg);
|
|
out_be32(&intr->ctrl, ctrl_reg);
|
|
|
|
|
|
- __irq_set_handler_locked(d->irq, handler);
|
|
|
|
|
|
+ irq_set_handler_locked(d, handler);
|
|
|
|
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|