From: Maxime Ripard Date: Thu, 5 Jun 2014 13:26:00 +0000 (+0200) Subject: pinctrl: sunxi: Remove irq_mask_ack and use irq_ack instead X-Git-Tag: omap-for-v3.17/fixes-against-rc2~128^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=645ec714545bca2a0ed13d7ac5b97d95e09da853;p=pandora-kernel.git pinctrl: sunxi: Remove irq_mask_ack and use irq_ack instead If irq_mask_ack is not defined, mask_ack_irq will call irq_mask and then irq_ack. In order to avoid code duplication, between irq_mask_ack and irq_mask, just declare irq_ack. Signed-off-by: Maxime Ripard Signed-off-by: Linus Walleij --- Reading git-diff-tree failed