Merge remote-tracking branch 'iommu/next'
[deliverable/linux.git] / arch / s390 / pci / pci.c
index 871af75c69c24cd1a7c59c0feb9c43124efaf5c6..15ffc19c8c0c9e121525ff18c8b27dde1ebfd3eb 100644 (file)
@@ -854,6 +854,15 @@ void zpci_stop_device(struct zpci_dev *zdev)
 }
 EXPORT_SYMBOL_GPL(zpci_stop_device);
 
+int zpci_report_error(struct pci_dev *pdev,
+                     struct zpci_report_error_header *report)
+{
+       struct zpci_dev *zdev = to_zpci(pdev);
+
+       return sclp_pci_report(report, zdev->fh, zdev->fid);
+}
+EXPORT_SYMBOL(zpci_report_error);
+
 static inline int barsize(u8 size)
 {
        return (size) ? (1 << size) >> 10 : 0;
This page took 0.025081 seconds and 5 git commands to generate.