aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederic Barrat <fbarrat@linux.ibm.com>2021-10-25 14:42:12 +0200
committerVasant Hegde <hegdevasant@linux.vnet.ibm.com>2021-10-26 11:03:02 +0530
commit547b2c36c8ba73c836255ea2e5903e97989fc431 (patch)
tree461d7abd27e1deaafb811e78fa7b09450a62c544
parent2c26581e5f82abc664aab87b7adc9b47d69b0ca5 (diff)
downloadskiboot-547b2c36c8ba73c836255ea2e5903e97989fc431.zip
skiboot-547b2c36c8ba73c836255ea2e5903e97989fc431.tar.gz
skiboot-547b2c36c8ba73c836255ea2e5903e97989fc431.tar.bz2
opal-api: Drop diagnostics data type symbol for PHB5
All PHB5 error registers read when getting the PHB diagnostics data have the exact same definitions as on PHB4, so we don't need any new type. OPAL_PHB_ERROR_DATA_TYPE_PHB5 is not used in skiboot. It's never been imported on linux, so it is safe to remove the symbol. Signed-off-by: Frederic Barrat <fbarrat@linux.ibm.com> Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
-rw-r--r--include/opal-api.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/opal-api.h b/include/opal-api.h
index 348fda8..80c8aa2 100644
--- a/include/opal-api.h
+++ b/include/opal-api.h
@@ -800,7 +800,6 @@ enum {
enum {
OPAL_PHB_ERROR_DATA_TYPE_PHB3 = 2,
OPAL_PHB_ERROR_DATA_TYPE_PHB4 = 3,
- OPAL_PHB_ERROR_DATA_TYPE_PHB5 = 3 /* TODO change this */
};
enum {