Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6446e723 authored by Yan He's avatar Yan He
Browse files

ARM: msm: pcie: Add arch_teardown_msi_irqs for msm



We implement the multiple MSI support in msm PCIe bus driver. Add
the hook of arch_teardown_msi_irqs in PCI framework for msm
chipsets, which allows to tear down multiple MSI IRQs.

Change-Id: I766c539e4dadf14bafcff71f0876e235b783dcc4
Signed-off-by: default avatarYan He <yanhe@codeaurora.org>
parent 9df1ccae
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -103,6 +103,7 @@ extern void pci_v3_postinit(void);

#ifdef CONFIG_MSM_PCIE
#define arch_setup_msi_irqs arch_setup_msi_irqs
#define arch_teardown_msi_irqs arch_teardown_msi_irqs
#endif

#endif /* __ASM_MACH_PCI_H */