amdgpu/dc: drop dc_ver char
authorDave Airlie <airlied@redhat.com>
Fri, 29 Sep 2017 00:20:39 +0000 (10:20 +1000)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 29 Sep 2017 17:00:17 +0000 (13:00 -0400)
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>
drivers/gpu/drm/amd/display/dc/core/dc.c

index 7fd42fc8bdfa178732ed987e19df3e0f8860109b..008f137dff808b932da9d6fc3b49c8c36fffebe6 100644 (file)
@@ -49,8 +49,6 @@
 #include "mem_input.h"
 
 
-char dc_ver[] = DC_VER;
-
 /*******************************************************************************
  * Private functions
  ******************************************************************************/