irqchip/qcom-pdc: Kill qcom_pdc_translate helper
authorMarc Zyngier <maz@kernel.org>
Thu, 24 Feb 2022 10:12:24 +0000 (10:12 +0000)
committerMarc Zyngier <maz@kernel.org>
Mon, 28 Feb 2022 17:32:26 +0000 (17:32 +0000)
commitaf5d5d1d9f2a4a81ae26cdf3eba30248a95f3c89
tree3f9789902dd37ce797dd41d03fc5ca77fde35dc6
parent3b26296c1c56db020100f971a39b59e3fa14491f
irqchip/qcom-pdc: Kill qcom_pdc_translate helper

qcom_pdc_translate() really is nothing but an open coded version
of irq_domain_translate_twocell(). Get rid of it and use the common
version instead.

Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20220224101226.88373-4-maz@kernel.org
drivers/irqchip/qcom-pdc.c