summaryrefslogtreecommitdiffstats
path: root/include/linux/aer.h
diff options
context:
space:
mode:
authorYu Zhao2008-10-19 14:35:20 +0200
committerJesse Barnes2008-10-20 20:01:52 +0200
commit270c66be9b4a6f2be53ef3aec5dc8e7b07782ec9 (patch)
tree241fa7549d1b4500325130e3f632b6ac7a19f0b3 /include/linux/aer.h
parentPCI: use pci_find_ext_capability everywhere (diff)
downloadkernel-qcow2-linux-270c66be9b4a6f2be53ef3aec5dc8e7b07782ec9.tar.gz
kernel-qcow2-linux-270c66be9b4a6f2be53ef3aec5dc8e7b07782ec9.tar.xz
kernel-qcow2-linux-270c66be9b4a6f2be53ef3aec5dc8e7b07782ec9.zip
PCI: fix AER capability check
The 'use pci_find_ext_capability everywhere' cleanup brought a new bug, which makes the AER stop working. Fix it by actually using find_ext_cap instead of just find_cap. Drop the unused config space size define while we're at it. Signed-off-by: Yu Zhao <yu.zhao@intel.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'include/linux/aer.h')
-rw-r--r--include/linux/aer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/aer.h b/include/linux/aer.h
index a2383a72356a..f7df1eefc107 100644
--- a/include/linux/aer.h
+++ b/include/linux/aer.h
@@ -10,7 +10,6 @@
#if defined(CONFIG_PCIEAER)
/* pci-e port driver needs this function to enable aer */
extern int pci_enable_pcie_error_reporting(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_cleanup_aer_uncorrect_error_status(struct pci_dev *dev);
#else