From f29ac3683f835efefcfdf980779dcdde0b9d80b4 Mon Sep 17 00:00:00 2001 From: Mantravadi Karthik Date: Thu, 4 Mar 2021 22:59:31 +0530 Subject: tegra: Fix safety ivc driver * Fix safety ivc driver to remove unused cmd-pair. * Update Makefile to use the correct defconfig. * Add support for unit testing the safety-ivc driver guarded by CONFIG_TEGRA_SAFETY_IVC_DEBUG. Bug 200700400 Change-Id: I479db5fcb4a57ad36c374fa3f137346e8582cb13 Signed-off-by: Mantravadi Karthik Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2493498 Tested-by: mobile promotions Reviewed-by: svc-mobile-coverity Reviewed-by: Bibek Basu Reviewed-by: mobile promotions GVS: Gerrit_Virtual_Submit --- include/linux/tegra-safety-ivc.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/linux') diff --git a/include/linux/tegra-safety-ivc.h b/include/linux/tegra-safety-ivc.h index e508168e2..eeb50a3fc 100644 --- a/include/linux/tegra-safety-ivc.h +++ b/include/linux/tegra-safety-ivc.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2017, NVIDIA CORPORATION, All rights reserved. + * Copyright (c) 2016-2021, NVIDIA CORPORATION, All rights reserved. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and @@ -36,7 +36,6 @@ struct safety_ast_region { struct tegra_safety_ivc { struct safety_ast_region region; - struct tegra_hsp_sm_pair *cmd_pair; struct tegra_hsp_sm_pair *ivc_pair; struct { wait_queue_head_t response_waitq; -- cgit v1.2.2