diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-02-05 02:50:11 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-04-21 00:47:02 -0400 |
commit | 21c6847406784fde73ad5ea47c2c3434714d58d1 (patch) | |
tree | 9098d9b7dc15a44c4c367c7d51e5536d5ab0925e /drivers/pci/pcie | |
parent | 4c44bac8645e0ce0249c53cc154f56b5543af232 (diff) |
PCI: #if 0 pci_cleanup_aer_correct_error_status()
#if 0 the no longer used pci_cleanup_aer_correct_error_status().
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Cc: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/pci/pcie')
-rw-r--r-- | drivers/pci/pcie/aer/aerdrv_core.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/pci/pcie/aer/aerdrv_core.c b/drivers/pci/pcie/aer/aerdrv_core.c index 3c0d8d138f5a..e84dfc8be0e9 100644 --- a/drivers/pci/pcie/aer/aerdrv_core.c +++ b/drivers/pci/pcie/aer/aerdrv_core.c | |||
@@ -117,6 +117,7 @@ int pci_cleanup_aer_uncorrect_error_status(struct pci_dev *dev) | |||
117 | return 0; | 117 | return 0; |
118 | } | 118 | } |
119 | 119 | ||
120 | #if 0 | ||
120 | int pci_cleanup_aer_correct_error_status(struct pci_dev *dev) | 121 | int pci_cleanup_aer_correct_error_status(struct pci_dev *dev) |
121 | { | 122 | { |
122 | int pos; | 123 | int pos; |
@@ -131,6 +132,7 @@ int pci_cleanup_aer_correct_error_status(struct pci_dev *dev) | |||
131 | 132 | ||
132 | return 0; | 133 | return 0; |
133 | } | 134 | } |
135 | #endif /* 0 */ | ||
134 | 136 | ||
135 | static int find_device_iter(struct device *device, void *data) | 137 | static int find_device_iter(struct device *device, void *data) |
136 | { | 138 | { |
@@ -757,5 +759,4 @@ EXPORT_SYMBOL_GPL(pci_find_aer_capability); | |||
757 | EXPORT_SYMBOL_GPL(pci_enable_pcie_error_reporting); | 759 | EXPORT_SYMBOL_GPL(pci_enable_pcie_error_reporting); |
758 | EXPORT_SYMBOL_GPL(pci_disable_pcie_error_reporting); | 760 | EXPORT_SYMBOL_GPL(pci_disable_pcie_error_reporting); |
759 | EXPORT_SYMBOL_GPL(pci_cleanup_aer_uncorrect_error_status); | 761 | EXPORT_SYMBOL_GPL(pci_cleanup_aer_uncorrect_error_status); |
760 | EXPORT_SYMBOL_GPL(pci_cleanup_aer_correct_error_status); | ||
761 | 762 | ||