diff options
-rw-r--r-- | include/asm-parisc/pci.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-parisc/pci.h b/include/asm-parisc/pci.h index 8b631f47eb25..7b8ad118d2fe 100644 --- a/include/asm-parisc/pci.h +++ b/include/asm-parisc/pci.h | |||
@@ -293,4 +293,9 @@ static inline void pcibios_penalize_isa_irq(int irq, int active) | |||
293 | /* We don't need to penalize isa irq's */ | 293 | /* We don't need to penalize isa irq's */ |
294 | } | 294 | } |
295 | 295 | ||
296 | static inline int pci_get_legacy_ide_irq(struct pci_dev *dev, int channel) | ||
297 | { | ||
298 | return channel ? 15 : 14; | ||
299 | } | ||
300 | |||
296 | #endif /* __ASM_PARISC_PCI_H */ | 301 | #endif /* __ASM_PARISC_PCI_H */ |