This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-generic / pci.h
index 9d4cc47..40cca57 100644 (file)
@@ -24,11 +24,4 @@ pcibios_resource_to_bus(struct pci_dev *dev, struct pci_bus_region *region,
 
 #define pcibios_scan_all_fns(a, b)     0
 
-#ifndef HAVE_ARCH_PCI_GET_LEGACY_IDE_IRQ
-static inline int pci_get_legacy_ide_irq(struct pci_dev *dev, int channel)
-{
-       return channel ? 15 : 14;
-}
-#endif /* HAVE_ARCH_PCI_GET_LEGACY_IDE_IRQ */
-
 #endif