nvsciipc: removed unused CMDs and structure

removed NVIPC_IVC_IOCTL_NOTIFY_REMOTE and NVIPC_IVC_IOCTL_GET_VMID.
removed nvsciipc_get_db_by_id structure because they're not
used by stakeholders any more.
They're dead code.

JIRA NVIPC-3488

Change-Id: I4fae43456cf96d37e4502042aef9c67aa167db9d
Signed-off-by: Joshua Cha <joshuac@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3322035
Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Joshua Cha
2025-03-19 08:58:51 +09:00
committed by Jon Hunter
parent c9ee1f5372
commit bb01f4bcf7
2 changed files with 3 additions and 18 deletions

View File

@@ -46,11 +46,6 @@ struct nvsciipc_get_vuid {
uint64_t vuid;
};
struct nvsciipc_get_db_by_id {
uint32_t id; // IVC qid
struct nvsciipc_config_entry entry;
};
struct nvsciipc_get_db_by_name {
char ep_name[NVSCIIPC_MAX_EP_NAME];
struct nvsciipc_config_entry entry;