]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/amdgpu: Make amdgpu_cs_parser_init static (v2)
authorAlex Xie <AlexBin.Xie@amd.com>
Tue, 20 Jun 2017 20:35:04 +0000 (16:35 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 29 Jun 2017 16:43:51 +0000 (12:43 -0400)
commit9211c784c64e56a87a6ef66e65506bc82fdb7076
treec3dd7338b25b94c12c99ca10f190c098ef58596e
parent9f69c0fd4d581ff03d7b3123cd1324f7492627a8
drm/amdgpu: Make amdgpu_cs_parser_init static (v2)

The function is called only once inside the .c file.
v2: update the commit message (Michel)

Signed-off-by: Alex Xie <AlexBin.Xie@amd.com>
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c