diff options
Diffstat (limited to 'drivers/pci/pci.h')
-rw-r--r-- | drivers/pci/pci.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/pci/pci.h b/drivers/pci/pci.h index 11a713bc7293..e8518292826f 100644 --- a/drivers/pci/pci.h +++ b/drivers/pci/pci.h | |||
@@ -8,7 +8,6 @@ | |||
8 | 8 | ||
9 | /* Functions internal to the PCI core code */ | 9 | /* Functions internal to the PCI core code */ |
10 | 10 | ||
11 | extern int pci_uevent(struct device *dev, struct kobj_uevent_env *env); | ||
12 | extern int pci_create_sysfs_dev_files(struct pci_dev *pdev); | 11 | extern int pci_create_sysfs_dev_files(struct pci_dev *pdev); |
13 | extern void pci_remove_sysfs_dev_files(struct pci_dev *pdev); | 12 | extern void pci_remove_sysfs_dev_files(struct pci_dev *pdev); |
14 | #if !defined(CONFIG_DMI) && !defined(CONFIG_ACPI) | 13 | #if !defined(CONFIG_DMI) && !defined(CONFIG_ACPI) |
@@ -160,11 +159,7 @@ static inline int pci_no_d1d2(struct pci_dev *dev) | |||
160 | extern struct device_attribute pci_dev_attrs[]; | 159 | extern struct device_attribute pci_dev_attrs[]; |
161 | extern struct device_attribute pcibus_dev_attrs[]; | 160 | extern struct device_attribute pcibus_dev_attrs[]; |
162 | extern struct device_type pci_dev_type; | 161 | extern struct device_type pci_dev_type; |
163 | #ifdef CONFIG_HOTPLUG | ||
164 | extern struct bus_attribute pci_bus_attrs[]; | 162 | extern struct bus_attribute pci_bus_attrs[]; |
165 | #else | ||
166 | #define pci_bus_attrs NULL | ||
167 | #endif | ||
168 | 163 | ||
169 | 164 | ||
170 | /** | 165 | /** |