]> git.baikalelectronics.ru Git - kernel.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)
commit250bc31be9542e7c0fed1f5bc37aff3b19456911
treec3dd7338b25b94c12c99ca10f190c098ef58596e
parentadb430fc32db4925434719e1e870cf6151eb1555
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