diff options
author | Steve French <sfrench@us.ibm.com> | 2006-02-01 15:16:53 -0500 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2006-02-01 15:16:53 -0500 |
commit | e6da74e1f20ea7822e52a9e4fbd3d25bd907e471 (patch) | |
tree | d9b3bc7e654fb788d1cf3a1759b1b3c74cc56a04 /drivers/pci/pci.c | |
parent | 1877c9ea66a29563987f22d0a86c66f438a87ce2 (diff) | |
parent | 3c3b809e256c417847f1a96b2f9d9f66c7fcb02c (diff) |
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'drivers/pci/pci.c')
-rw-r--r-- | drivers/pci/pci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index d2a633efa10a..d2d187916643 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c | |||
@@ -163,6 +163,7 @@ int pci_bus_find_capability(struct pci_bus *bus, unsigned int devfn, int cap) | |||
163 | return __pci_bus_find_cap(bus, devfn, hdr_type & 0x7f, cap); | 163 | return __pci_bus_find_cap(bus, devfn, hdr_type & 0x7f, cap); |
164 | } | 164 | } |
165 | 165 | ||
166 | #if 0 | ||
166 | /** | 167 | /** |
167 | * pci_find_ext_capability - Find an extended capability | 168 | * pci_find_ext_capability - Find an extended capability |
168 | * @dev: PCI device to query | 169 | * @dev: PCI device to query |
@@ -210,6 +211,7 @@ int pci_find_ext_capability(struct pci_dev *dev, int cap) | |||
210 | 211 | ||
211 | return 0; | 212 | return 0; |
212 | } | 213 | } |
214 | #endif /* 0 */ | ||
213 | 215 | ||
214 | /** | 216 | /** |
215 | * pci_find_parent_resource - return resource region of parent bus of given region | 217 | * pci_find_parent_resource - return resource region of parent bus of given region |