diff --git a/[refs] b/[refs] index 32f6dc41e753..c5f5256d84fe 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 327fa1c29466b8fe471a91fc11e9c6171163c81a +refs/heads/master: b75aa122edd91599e0cf2ae57a5de1e84d9895c2 diff --git a/trunk/include/asm-mn10300/pci.h b/trunk/include/asm-mn10300/pci.h index cd9cc5c89cea..0517b45313d8 100644 --- a/trunk/include/asm-mn10300/pci.h +++ b/trunk/include/asm-mn10300/pci.h @@ -121,4 +121,9 @@ pcibios_select_root(struct pci_dev *pdev, struct resource *res) #define pcibios_scan_all_fns(a, b) 0 +static inline int pci_get_legacy_ide_irq(struct pci_dev *dev, int channel) +{ + return channel ? 15 : 14; +} + #endif /* _ASM_PCI_H */