diff options
| author | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-09-09 03:13:59 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-09-09 03:13:59 -0700 |
| commit | 159b0104bdf27e5287a03c4660608eeb87d70c7c (patch) | |
| tree | be6ea88525d8fe7bcafc67b541dec3bbf14ed8a7 /include/linux | |
| parent | b6a3d01fdefc8455289b963999a2a21c9e28c2ec (diff) | |
| parent | 441a1393ee4ad8413044415fd3a50833cafc7258 (diff) | |
Merge bk://linuxusb.bkbits.net/pci_hp-2.5
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/pci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index b82ec8e41174..79d909a8643a 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -634,7 +634,6 @@ void pci_insert_device(struct pci_dev *, struct pci_bus *); void pci_remove_device(struct pci_dev *); struct pci_driver *pci_dev_driver(const struct pci_dev *); const struct pci_device_id *pci_match_device(const struct pci_device_id *ids, const struct pci_dev *dev); -void pci_announce_device_to_drivers(struct pci_dev *); unsigned int pci_do_scan_bus(struct pci_bus *bus); struct pci_bus * pci_add_new_bus(struct pci_bus *parent, struct pci_dev *dev, int busnr); |
