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>
This commit is contained in:
parent
a2e74cb626
commit
2dc3e4a86c
|
@ -49,8 +49,6 @@
|
||||||
#include "mem_input.h"
|
#include "mem_input.h"
|
||||||
|
|
||||||
|
|
||||||
char dc_ver[] = DC_VER;
|
|
||||||
|
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Private functions
|
* Private functions
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
Loading…
Reference in New Issue