From d9128f697c41a61c02fa7511ecb1f8bbf0e081a2 Mon Sep 17 00:00:00 2001 From: Alex Waterman Date: Fri, 18 May 2018 10:56:06 -0700 Subject: gpu: nvgpu: Delete unused static variable This variable is never used. So remove it. JIRA NVGPU-525 Change-Id: I7ace77ffe1c2da58d8d9cee3bbbcf8361886bddf Signed-off-by: Alex Waterman Reviewed-on: https://git-master.nvidia.com/r/1724094 Reviewed-by: svc-mobile-coverity Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gp10b/priv_ring_gp10b.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'drivers/gpu/nvgpu/gp10b') diff --git a/drivers/gpu/nvgpu/gp10b/priv_ring_gp10b.c b/drivers/gpu/nvgpu/gp10b/priv_ring_gp10b.c index b9e4cace..0d5e6a8a 100644 --- a/drivers/gpu/nvgpu/gp10b/priv_ring_gp10b.c +++ b/drivers/gpu/nvgpu/gp10b/priv_ring_gp10b.c @@ -35,8 +35,6 @@ #include "priv_ring_gp10b.h" -static const char * const invalid_str = "invalid"; - static const char *const error_type_badf1xyy[] = { "client timeout", "decode error", -- cgit v1.2.2