ARM64 / ACPI: Introduce PCI stub functions for ACPI
[linux-2.6-block.git] / arch / arm64 / include / asm / pci.h
index 872ba939fcb206c287fdba69150aecc5aa4354a1..b008a72f8bc02733347c782f5b9c286cff16f7a2 100644 (file)
 extern int isa_dma_bridge_buggy;
 
 #ifdef CONFIG_PCI
+static inline int pci_get_legacy_ide_irq(struct pci_dev *dev, int channel)
+{
+       /* no legacy IRQ on arm64 */
+       return -ENODEV;
+}
+
 static inline int pci_proc_domain(struct pci_bus *bus)
 {
        return 1;