Commit ac7a19d6 authored by David S. Miller's avatar David S. Miller Committed by Linus Torvalds

[SPARC64]: Add dummy pci_get_legacy_ide_irq() routine.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 38f1bfa6
......@@ -251,6 +251,11 @@ static inline void pcibios_add_platform_entries(struct pci_dev *dev)
{
}
static inline int pci_get_legacy_ide_irq(struct pci_dev *dev, int channel)
{
return PCI_IRQ_NONE;
}
#endif /* __KERNEL__ */
#endif /* __SPARC64_PCI_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment