From 879ee6859cfb2d3241923af615f7f1e77aba32c5 Mon Sep 17 00:00:00 2001 From: Anup Patel Date: Sun, 12 Jan 2025 10:40:01 +0530 Subject: 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 Reviewed-by: Samuel Holland --- include/sbi_utils/mpxy/fdt_mpxy_rpmi_mbox.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') 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 */ -- cgit v1.3.1