|
@@ -117,6 +117,7 @@ int pci_cleanup_aer_uncorrect_error_status(struct pci_dev *dev)
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
+#if 0
|
|
|
int pci_cleanup_aer_correct_error_status(struct pci_dev *dev)
|
|
|
{
|
|
|
int pos;
|
|
@@ -131,6 +132,7 @@ int pci_cleanup_aer_correct_error_status(struct pci_dev *dev)
|
|
|
|
|
|
return 0;
|
|
|
}
|
|
|
+#endif /* 0 */
|
|
|
|
|
|
static int find_device_iter(struct device *device, void *data)
|
|
|
{
|
|
@@ -757,5 +759,4 @@ EXPORT_SYMBOL_GPL(pci_find_aer_capability);
|
|
|
EXPORT_SYMBOL_GPL(pci_enable_pcie_error_reporting);
|
|
|
EXPORT_SYMBOL_GPL(pci_disable_pcie_error_reporting);
|
|
|
EXPORT_SYMBOL_GPL(pci_cleanup_aer_uncorrect_error_status);
|
|
|
-EXPORT_SYMBOL_GPL(pci_cleanup_aer_correct_error_status);
|
|
|
|