[PATCH] PCI: drivers/pci/pci.c: #if 0 pci_find_ext_capability()

This patch #if 0's the unused global function pci_find_ext_capability().

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Adrian Bunk
2006-01-06 03:25:37 +01:00
committed by Greg Kroah-Hartman
parent b6ebb26590
commit f8d6571333
2 changed files with 2 additions and 2 deletions

View File

@ -163,6 +163,7 @@ int pci_bus_find_capability(struct pci_bus *bus, unsigned int devfn, int cap)
return __pci_bus_find_cap(bus, devfn, hdr_type & 0x7f, cap);
}
#if 0
/**
* pci_find_ext_capability - Find an extended capability
* @dev: PCI device to query
@ -210,6 +211,7 @@ int pci_find_ext_capability(struct pci_dev *dev, int cap)
return 0;
}
#endif /* 0 */
/**
* pci_find_parent_resource - return resource region of parent bus of given region