Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: S5P64X0: Replace irq_gc_ack() with irq_gc_ack_set_bit()

According to commit 659fb32d1b67476f4ade25e9ea0e2642a5b9c4b5
("replace irq_gc_ack() with {set,clr}_bit variants"), this
should be fixed.

Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>

+1 -1
+1 -1
arch/arm/mach-s5p64x0/irq-eint.c
··· 129 129 } 130 130 131 131 ct = gc->chip_types; 132 - ct->chip.irq_ack = irq_gc_ack; 132 + ct->chip.irq_ack = irq_gc_ack_set_bit; 133 133 ct->chip.irq_mask = irq_gc_mask_set_bit; 134 134 ct->chip.irq_unmask = irq_gc_mask_clr_bit; 135 135 ct->chip.irq_set_type = s5p64x0_irq_eint_set_type;