summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2017-09-29 10:20:39 +1000
committerAlex Deucher <alexander.deucher@amd.com>2017-09-29 13:00:17 -0400
commit2dc3e4a86c8cce49bc73f41d8e0134557c506488 (patch)
tree1ff46635764ba3595e39b70d004d24010b42732f /drivers/gpu/drm
parenta2e74cb626d2e1587a5ec35c3ccfc26104bdfa30 (diff)
amdgpu/dc: drop dc_ver char
This isn't referenced anywhere, and if it was it should be const. Signed-off-by: Dave Airlie <airlied@redhat.com> Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r--drivers/gpu/drm/amd/display/dc/core/dc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/core/dc.c b/drivers/gpu/drm/amd/display/dc/core/dc.c
index 7fd42fc8bdfa..008f137dff80 100644
--- a/drivers/gpu/drm/amd/display/dc/core/dc.c
+++ b/drivers/gpu/drm/amd/display/dc/core/dc.c
@@ -49,8 +49,6 @@
#include "mem_input.h"
-char dc_ver[] = DC_VER;
-
/*******************************************************************************
* Private functions
******************************************************************************/