mirror of
https://github.com/riscv-software-src/opensbi.git
synced 2025-08-24 15:31:22 +01:00
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>
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user