aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2019-05-31 16:13:28 +1000
committerStewart Smith <stewart@linux.ibm.com>2019-06-03 10:20:00 +1000
commit0e56e26ab02a8561d9ea0066e2d5ef21885db56e (patch)
treed23e17db4ac54a7e1015f8fd345132109546f54c /include
parente985764f5734f5e1165ddeee93a67b289a124344 (diff)
downloadskiboot-0e56e26ab02a8561d9ea0066e2d5ef21885db56e.zip
skiboot-0e56e26ab02a8561d9ea0066e2d5ef21885db56e.tar.gz
skiboot-0e56e26ab02a8561d9ea0066e2d5ef21885db56e.tar.bz2
Remove remnants of OPAL_PCI_GET_PHB_DIAG_DATA
Never present in a public OPAL release, and only kernels prior to 3.11 would ever attempt to call it. Signed-off-by: Stewart Smith <stewart@linux.ibm.com> Reviewed-by: Andrew Donnellan <ajd@linux.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'include')
-rw-r--r--include/pci.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/pci.h b/include/pci.h
index b63b119..2b7a3c2 100644
--- a/include/pci.h
+++ b/include/pci.h
@@ -268,8 +268,6 @@ struct phb_ops {
int64_t (*err_inject)(struct phb *phb, uint64_t pe_number,
uint32_t type, uint32_t func, uint64_t addr,
uint64_t mask);
- int64_t (*get_diag_data)(struct phb *phb, void *diag_buffer,
- uint64_t diag_buffer_len);
int64_t (*get_diag_data2)(struct phb *phb, void *diag_buffer,
uint64_t diag_buffer_len);
int64_t (*next_error)(struct phb *phb, uint64_t *first_frozen_pe,