diff options
Diffstat (limited to 'include/linux/aer.h')
-rw-r--r-- | include/linux/aer.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/aer.h b/include/linux/aer.h index 04602cbe85dc..43799bd17a02 100644 --- a/include/linux/aer.h +++ b/include/linux/aer.h | |||
@@ -39,7 +39,7 @@ struct aer_capability_regs { | |||
39 | }; | 39 | }; |
40 | 40 | ||
41 | #if defined(CONFIG_PCIEAER) | 41 | #if defined(CONFIG_PCIEAER) |
42 | /* pci-e port driver needs this function to enable aer */ | 42 | /* PCIe port driver needs this function to enable AER */ |
43 | int pci_enable_pcie_error_reporting(struct pci_dev *dev); | 43 | int pci_enable_pcie_error_reporting(struct pci_dev *dev); |
44 | int pci_disable_pcie_error_reporting(struct pci_dev *dev); | 44 | int pci_disable_pcie_error_reporting(struct pci_dev *dev); |
45 | int pci_cleanup_aer_uncorrect_error_status(struct pci_dev *dev); | 45 | int pci_cleanup_aer_uncorrect_error_status(struct pci_dev *dev); |
@@ -67,7 +67,6 @@ void cper_print_aer(struct pci_dev *dev, int aer_severity, | |||
67 | struct aer_capability_regs *aer); | 67 | struct aer_capability_regs *aer); |
68 | int cper_severity_to_aer(int cper_severity); | 68 | int cper_severity_to_aer(int cper_severity); |
69 | void aer_recover_queue(int domain, unsigned int bus, unsigned int devfn, | 69 | void aer_recover_queue(int domain, unsigned int bus, unsigned int devfn, |
70 | int severity, | 70 | int severity, struct aer_capability_regs *aer_regs); |
71 | struct aer_capability_regs *aer_regs); | ||
72 | #endif //_AER_H_ | 71 | #endif //_AER_H_ |
73 | 72 | ||