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:
Anup Patel
2025-01-12 10:40:01 +05:30
committed by Anup Patel
parent a4876e6c6c
commit 879ee6859c
3 changed files with 0 additions and 14 deletions

View File

@@ -72,7 +72,6 @@ static struct mpxy_rpmi_service_data clock_services[] = {
static const struct mpxy_rpmi_mbox_data clock_data = {
.servicegrp_id = RPMI_SRVGRP_CLOCK,
.num_services = RPMI_CLOCK_SRV_MAX_COUNT,
.notifications_support = 1,
.service_data = clock_services,
};