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>
This commit is contained in:
parent
4c44bac864
commit
21c6847406
2 changed files with 2 additions and 6 deletions
|
@ -117,6 +117,7 @@ int pci_cleanup_aer_uncorrect_error_status(struct pci_dev *dev)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
int pci_cleanup_aer_correct_error_status(struct pci_dev *dev)
|
int pci_cleanup_aer_correct_error_status(struct pci_dev *dev)
|
||||||
{
|
{
|
||||||
int pos;
|
int pos;
|
||||||
|
@ -131,6 +132,7 @@ int pci_cleanup_aer_correct_error_status(struct pci_dev *dev)
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
#endif /* 0 */
|
||||||
|
|
||||||
static int find_device_iter(struct device *device, void *data)
|
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_enable_pcie_error_reporting);
|
||||||
EXPORT_SYMBOL_GPL(pci_disable_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_uncorrect_error_status);
|
||||||
EXPORT_SYMBOL_GPL(pci_cleanup_aer_correct_error_status);
|
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,6 @@ extern int pci_enable_pcie_error_reporting(struct pci_dev *dev);
|
||||||
extern int pci_find_aer_capability(struct pci_dev *dev);
|
extern int pci_find_aer_capability(struct pci_dev *dev);
|
||||||
extern int pci_disable_pcie_error_reporting(struct pci_dev *dev);
|
extern int pci_disable_pcie_error_reporting(struct pci_dev *dev);
|
||||||
extern int pci_cleanup_aer_uncorrect_error_status(struct pci_dev *dev);
|
extern int pci_cleanup_aer_uncorrect_error_status(struct pci_dev *dev);
|
||||||
extern int pci_cleanup_aer_correct_error_status(struct pci_dev *dev);
|
|
||||||
#else
|
#else
|
||||||
static inline int pci_enable_pcie_error_reporting(struct pci_dev *dev)
|
static inline int pci_enable_pcie_error_reporting(struct pci_dev *dev)
|
||||||
{
|
{
|
||||||
|
@ -31,10 +30,6 @@ static inline int pci_cleanup_aer_uncorrect_error_status(struct pci_dev *dev)
|
||||||
{
|
{
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
static inline int pci_cleanup_aer_correct_error_status(struct pci_dev *dev)
|
|
||||||
{
|
|
||||||
return -EINVAL;
|
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif //_AER_H_
|
#endif //_AER_H_
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue