summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <greg@kroah.com>2003-05-22 00:31:07 -0700
committerGreg Kroah-Hartman <greg@kroah.com>2003-05-22 00:31:07 -0700
commitb1440482317cc2fcfff7474488ab24c66adda883 (patch)
tree9241d90660d099292f884f06980985d61a5716fc /include/linux
parentc6e1906288004cb1e76ff942428b916aae98089c (diff)
[PATCH] PCI: remove pci_insert_device() as no one uses it anymore.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/pci.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h
index 3ad33d23f0ec..fd6f80c5142d 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -660,7 +660,6 @@ void pci_enable_bridges(struct pci_bus *bus);
/* New-style probing supporting hot-pluggable devices */
int pci_register_driver(struct pci_driver *);
void pci_unregister_driver(struct pci_driver *);
-void pci_insert_device(struct pci_dev *, struct pci_bus *);
void pci_remove_bus_device(struct pci_dev *);
void pci_remove_behind_bridge(struct pci_dev *);
struct pci_driver *pci_dev_driver(const struct pci_dev *);