platform: dce: remove unused rpc_sync macro

DCE_IPC_WAIT_TYPE_SYNC is not used anymore for RPC. This patch get rid
of DCE_IPC_WAIT_TYPE_SYNC define from the code.

Bug 3472984

Change-Id: Iae0237e39f12f6cb170297f95fa6a39bc64e694a
Signed-off-by: Mahesh Kumar <mahkumar@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2699028
Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com>
Reviewed-by: svc-mobile-cert <svc-mobile-cert@nvidia.com>
Reviewed-by: svcacv <svcacv@nvidia.com>
Reviewed-by: svc_kernel_abi <svc_kernel_abi@nvidia.com>
Reviewed-by: Arun Swain <arswain@nvidia.com>
GVS: Gerrit_Virtual_Submit
This commit is contained in:
Mahesh Kumar
2022-04-18 12:32:14 +00:00
committed by Laxman Dewangan
parent 4b609b3dd4
commit eab8003c4c
5 changed files with 6 additions and 29 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved.
* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
@@ -62,7 +62,7 @@ struct tegra_dce_async_ipc_info {
void dce_client_ipc_wakeup(struct tegra_dce *d, u32 ch_type);
int dce_client_ipc_wait(struct tegra_dce *d, u32 w_type, u32 ch_type);
int dce_client_ipc_wait(struct tegra_dce *d, u32 ch_type);
int dce_client_init(struct tegra_dce *d);