aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/pci.h')
-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 0fd1f1582fa1..8cd1e6f30acd 100644
--- a/include/linux/pci.h
+++ b/include/linux/pci.h
@@ -1043,7 +1043,6 @@ int __must_check pci_bus_alloc_resource(struct pci_bus *bus,
1043 resource_size_t, 1043 resource_size_t,
1044 resource_size_t), 1044 resource_size_t),
1045 void *alignf_data); 1045 void *alignf_data);
1046void pci_enable_bridges(struct pci_bus *bus);
1047 1046
1048/* Proper probing supporting hot-pluggable devices */ 1047/* Proper probing supporting hot-pluggable devices */
1049int __must_check __pci_register_driver(struct pci_driver *, struct module *, 1048int __must_check __pci_register_driver(struct pci_driver *, struct module *,