diff options
Diffstat (limited to 'include/pci.h')
-rw-r--r-- | include/pci.h | 2 |
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, |