aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnup Patel <apatel@ventanamicro.com>2025-01-12 10:40:01 +0530
committerAnup Patel <anup@brainfault.org>2025-02-13 11:10:03 +0530
commit879ee6859cfb2d3241923af615f7f1e77aba32c5 (patch)
tree7402e2c794ac8f7ecd5f433e245c6bdd85f8615d /include
parenta4876e6c6c92f5c94809c5d8a82ad037184414ce (diff)
downloadopensbi-879ee6859cfb2d3241923af615f7f1e77aba32c5.tar.gz
opensbi-879ee6859cfb2d3241923af615f7f1e77aba32c5.tar.bz2
opensbi-879ee6859cfb2d3241923af615f7f1e77aba32c5.zip
lib: utils: Drop notifications from MPXY RPMI mailbox client
Currently, the common MPXY RPMI mailbox client does not support notifications so no need for dummy notifications support. Signed-off-by: Anup Patel <apatel@ventanamicro.com> Reviewed-by: Samuel Holland <samuel.holland@sifive.com>
Diffstat (limited to 'include')
-rw-r--r--include/sbi_utils/mpxy/fdt_mpxy_rpmi_mbox.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sbi_utils/mpxy/fdt_mpxy_rpmi_mbox.h b/include/sbi_utils/mpxy/fdt_mpxy_rpmi_mbox.h
index df81a73d..373b077a 100644
--- a/include/sbi_utils/mpxy/fdt_mpxy_rpmi_mbox.h
+++ b/include/sbi_utils/mpxy/fdt_mpxy_rpmi_mbox.h
@@ -62,7 +62,6 @@ struct mpxy_rpmi_service_data {
struct mpxy_rpmi_mbox_data {
u32 servicegrp_id;
u32 num_services;
- u32 notifications_support;
struct mpxy_rpmi_service_data *service_data;
/** Transfer RPMI service group message */