PCI: aardvark: Remove irq_mask_ack() callback for INTx interrupts
authorPali Rohár <pali@kernel.org>
Wed, 4 May 2022 16:57:52 +0000 (18:57 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 May 2022 10:30:33 +0000 (12:30 +0200)
commitf0a2ee95dfeb29ee554087f404e314a600f6694b
tree8d2ea88c8a91a9370257921b7b15de2db8924a4b
parent03da50b8e42e934a9f8e45eea2d7be7b0264beb5
PCI: aardvark: Remove irq_mask_ack() callback for INTx interrupts

commit b08e5b53d17be58eb2311d6790a84fe2c200ee47 upstream.

Callback for irq_mask_ack() is the same as for irq_mask(). As there is no
special handling for irq_ack(), there is no need to define irq_mask_ack()
too.

Link: https://lore.kernel.org/r/20220110015018.26359-20-kabel@kernel.org
Signed-off-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Marek Behún <kabel@kernel.org>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Acked-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Marek Behún <kabel@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/pci/controller/pci-aardvark.c