Date:2011-09-04 17:50:05 (12 years 6 months ago)
Author:Maarten ter Huurne
Commit:678a00e061ec32dfdc2c7c21cb0c3f794f39c715
Message:MIPS: JZ4740: GPIO: Use new name for generic ack function.

In commit 659fb32d1b6, irq_gc_ack was renamed to irq_gc_ack_set_bit.
Files: arch/mips/jz4740/gpio.c (1 diff)

Change Details

arch/mips/jz4740/gpio.c
441441    ct->chip.name = "GPIO";
442442    ct->chip.irq_mask = irq_gc_mask_disable_reg;
443443    ct->chip.irq_unmask = jz_gpio_irq_unmask;
444    ct->chip.irq_ack = irq_gc_ack;
444    ct->chip.irq_ack = irq_gc_ack_set_bit;
445445    ct->chip.irq_suspend = jz4740_irq_suspend;
446446    ct->chip.irq_resume = jz4740_irq_resume;
447447    ct->chip.irq_startup = jz_gpio_irq_startup;

Archive Download the corresponding diff file



interactive