diff options
| author | Thomas Gleixner <[email protected]> | 2021-12-10 23:19:35 +0100 |
|---|---|---|
| committer | Thomas Gleixner <[email protected]> | 2021-12-16 22:16:41 +0100 |
| commit | 89e0032ec201f76c86d6e3e6f94574dfb8e39b71 (patch) | |
| tree | 4c8d5d26b6633f32a4923ee3a4f7b517f53728d9 /include/linux | |
| parent | d86a6d47bcc6b41fe2a4e13313d66a772d00382f (diff) | |
soc: ti: ti_sci_inta_msi: Get rid of ti_sci_inta_msi_get_virq()
Just use the core function msi_get_virq().
Signed-off-by: Thomas Gleixner <[email protected]>
Tested-by: Nishanth Menon <[email protected]>
Reviewed-by: Greg Kroah-Hartman <[email protected]>
Reviewed-by: Jason Gunthorpe <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>
Acked-by: Vinod Koul <[email protected]>
Acked-by: Nishanth Menon <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/soc/ti/ti_sci_inta_msi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/soc/ti/ti_sci_inta_msi.h b/include/linux/soc/ti/ti_sci_inta_msi.h index e3aa8b14612e..25ea78a8ea5c 100644 --- a/include/linux/soc/ti/ti_sci_inta_msi.h +++ b/include/linux/soc/ti/ti_sci_inta_msi.h @@ -18,6 +18,5 @@ struct irq_domain struct irq_domain *parent); int ti_sci_inta_msi_domain_alloc_irqs(struct device *dev, struct ti_sci_resource *res); -unsigned int ti_sci_inta_msi_get_virq(struct device *dev, u32 index); void ti_sci_inta_msi_domain_free_irqs(struct device *dev); #endif /* __INCLUDE_LINUX_IRQCHIP_TI_SCI_INTA_H */ |