diff options
Diffstat (limited to 'include/asm-alpha/pci.h')
-rw-r--r-- | include/asm-alpha/pci.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-alpha/pci.h b/include/asm-alpha/pci.h index 27e06783a..a74290f55 100644 --- a/include/asm-alpha/pci.h +++ b/include/asm-alpha/pci.h @@ -56,6 +56,11 @@ extern inline void pcibios_set_master(struct pci_dev *dev) /* No special bus mastering setup handling */ } +extern inline void pcibios_penalize_isa_irq(int irq) +{ + /* We don't do dynamic PCI IRQ allocation */ +} + /* IOMMU controls. */ /* Allocate and map kernel buffer using consistant mode DMA for PCI |