|
@@ -290,8 +290,8 @@ static int timbgpio_probe(struct platform_device *pdev)
|
|
|
return 0;
|
|
|
|
|
|
for (i = 0; i < pdata->nr_pins; i++) {
|
|
|
- irq_set_chip_and_handler_name(tgpio->irq_base + i,
|
|
|
- &timbgpio_irqchip, handle_simple_irq, "mux");
|
|
|
+ irq_set_chip_and_handler(tgpio->irq_base + i,
|
|
|
+ &timbgpio_irqchip, handle_simple_irq);
|
|
|
irq_set_chip_data(tgpio->irq_base + i, tgpio);
|
|
|
#ifdef CONFIG_ARM
|
|
|
set_irq_flags(tgpio->irq_base + i, IRQF_VALID | IRQF_PROBE);
|