From 0f183f06bdd42d4a6cfbfa06a327079aa6abe2bc Mon Sep 17 00:00:00 2001 From: Adeel Raza Date: Mon, 9 Sep 2019 17:55:28 -0700 Subject: [PATCH] gpu: nvgpu: remove unnecessary whitelisting change Whitelisting changes for tmake are set at the top level in tmake/umbrella/parts.tmk. The change in drivers/gpu/nvgpu/Makefile.tmk is unnecessary. Therefore, the nvgpu change is being removed. JIRA NVGPU-3820 Change-Id: I2053e69759df0d3dbf58b209a957d9227c1ebb40 Signed-off-by: Adeel Raza Reviewed-on: https://git-master.nvidia.com/r/2193805 Reviewed-by: Scott Long Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Philip Elcan Reviewed-by: Alex Waterman GVS: Gerrit_Virtual_Submit Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/Makefile.tmk | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drivers/gpu/nvgpu/Makefile.tmk b/drivers/gpu/nvgpu/Makefile.tmk index aa7db92fe..853ba00b0 100644 --- a/drivers/gpu/nvgpu/Makefile.tmk +++ b/drivers/gpu/nvgpu/Makefile.tmk @@ -55,11 +55,6 @@ NV_COMPONENT_CFLAGS += \ -D__NVGPU_POSIX__ \ -DCONFIG_NVGPU_SUPPORT_TURING \ -D__NVGPU_UNIT_TEST__ -# NV_COVERITY is used by violation whitelisting macros. Whitelisting is only -# enabled when a coverity scan is being run. -ifeq ($(NV_COVERITY),1) -NV_COMPONENT_CFLAGS += -DNV_COVERITY -endif NVGPU_FORCE_SAFETY_PROFILE := 1 NVGPU_FORCE_DEBUG_PROFILE := 1