|
@@ -337,8 +337,6 @@ static int em_gio_probe(struct platform_device *pdev)
|
|
irq_chip->name = name;
|
|
irq_chip->name = name;
|
|
irq_chip->irq_mask = em_gio_irq_disable;
|
|
irq_chip->irq_mask = em_gio_irq_disable;
|
|
irq_chip->irq_unmask = em_gio_irq_enable;
|
|
irq_chip->irq_unmask = em_gio_irq_enable;
|
|
- irq_chip->irq_enable = em_gio_irq_enable;
|
|
|
|
- irq_chip->irq_disable = em_gio_irq_disable;
|
|
|
|
irq_chip->irq_set_type = em_gio_irq_set_type;
|
|
irq_chip->irq_set_type = em_gio_irq_set_type;
|
|
irq_chip->flags = IRQCHIP_SKIP_SET_WAKE;
|
|
irq_chip->flags = IRQCHIP_SKIP_SET_WAKE;
|
|
|
|
|