aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2019-05-31 16:13:21 +1000
committerStewart Smith <stewart@linux.ibm.com>2019-06-03 10:20:00 +1000
commita98ca2e80d49e398ecf17168e0211c1887b5c1c3 (patch)
tree2ff97a811d95e1f1c0a745ad7ee6910515a9e00d /include
parentfb0bd9be4132271376f60ac5e434553b593ac481 (diff)
downloadskiboot-a98ca2e80d49e398ecf17168e0211c1887b5c1c3.zip
skiboot-a98ca2e80d49e398ecf17168e0211c1887b5c1c3.tar.gz
skiboot-a98ca2e80d49e398ecf17168e0211c1887b5c1c3.tar.bz2
Remove unused OPAL_GET_XIVE_SOURCE
While this call was technically implemented by skiboot, no code has ever called it, and it was only ever implemented for the p7ioc-phb back-end (i.e. POWER7). Since this call was unused in Linux, and that POWER7 with OPAL was only ever available internally, so it should be safe to remove the call. Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'include')
-rw-r--r--include/pci.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/pci.h b/include/pci.h
index cf06dc3..b63b119 100644
--- a/include/pci.h
+++ b/include/pci.h
@@ -321,9 +321,6 @@ struct phb_ops {
int64_t (*set_xive_pe)(struct phb *phb, uint64_t pe_number,
uint32_t xive_num);
- int64_t (*get_xive_source)(struct phb *phb, uint32_t xive_num,
- int32_t *interrupt_source_number);
-
int64_t (*get_msi_32)(struct phb *phb, uint64_t mve_number,
uint32_t xive_num, uint8_t msi_range,
uint32_t *msi_address, uint32_t *message_data);