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

Commit de800315 authored by Yan He's avatar Yan He
Browse files

ARM: msm: pcie: Add multiple MSI support



We implement the multiple MSI support in msm PCIe bus driver. Add
the definition of the hook in the arm PCI header file.

Change-Id: I5283ae583703c627d91a03514fa63d7e30e8ca70
Signed-off-by: default avatarYan He <yanhe@codeaurora.org>
parent 18fe59ae
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -101,4 +101,8 @@ extern int pci_v3_setup(int nr, struct pci_sys_data *);
extern void pci_v3_preinit(void);
extern void pci_v3_postinit(void);

#ifdef CONFIG_MSM_PCIE
#define arch_setup_msi_irqs arch_setup_msi_irqs
#endif

#endif /* __ASM_MACH_PCI_H */