PCI: use weak functions for MSI arch-specific functions
[firefly-linux-kernel-4.4.55.git] / arch / mips / include / asm / pci.h
index fa8e0aa250ca08ef761117c0fe0cf1da23457cdf..f194c08bd057b58393f37a3ce149eab1a282617f 100644 (file)
@@ -136,11 +136,6 @@ static inline int pci_get_legacy_ide_irq(struct pci_dev *dev, int channel)
        return channel ? 15 : 14;
 }
 
-#ifdef CONFIG_CPU_CAVIUM_OCTEON
-/* MSI arch hook for OCTEON */
-#define arch_setup_msi_irqs arch_setup_msi_irqs
-#endif
-
 extern char * (*pcibios_plat_setup)(char *str);
 
 #ifdef CONFIG_OF