diff options
Diffstat (limited to 'include/linux/pci.h')
-rw-r--r-- | include/linux/pci.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index ea2a153a9126..6a1800ecd95d 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h | |||
@@ -1261,5 +1261,10 @@ static inline irqreturn_t pci_sriov_migration(struct pci_dev *dev) | |||
1261 | } | 1261 | } |
1262 | #endif | 1262 | #endif |
1263 | 1263 | ||
1264 | #if defined(CONFIG_HOTPLUG_PCI) || defined(CONFIG_HOTPLUG_PCI_MODULE) | ||
1265 | extern void pci_hp_create_module_link(struct pci_slot *pci_slot); | ||
1266 | extern void pci_hp_remove_module_link(struct pci_slot *pci_slot); | ||
1267 | #endif | ||
1268 | |||
1264 | #endif /* __KERNEL__ */ | 1269 | #endif /* __KERNEL__ */ |
1265 | #endif /* LINUX_PCI_H */ | 1270 | #endif /* LINUX_PCI_H */ |