diff options
| author | Greg Kroah-Hartman <greg@kroah.com> | 2002-10-02 23:45:53 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2002-10-02 23:45:53 -0700 |
| commit | 4a66ae8251604a7c8a262e8d2302a26de62a2b16 (patch) | |
| tree | a49d45b1e88e6d39ece0d533b9d12128e0c0cfb6 /include/linux | |
| parent | c2c0b5d0011d37771b34bd661a0e7509807ad79d (diff) | |
PCI: remove pci_find_device()
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/pci.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index ec8f0686e24a..933e62a6813c 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -533,9 +533,6 @@ int pcibios_write_config_word (unsigned char bus, unsigned char dev_fn, unsigned char where, unsigned short val); int pcibios_write_config_dword (unsigned char bus, unsigned char dev_fn, unsigned char where, unsigned int val); -int pcibios_find_device (unsigned short vendor, unsigned short dev_id, - unsigned short index, unsigned char *bus, - unsigned char *dev_fn); /* Generic PCI functions used internally */ |
