drm/amd/amdgpu/amdgpu_psp: Make local function 'parse_ta_bin_descriptor' static
authorLee Jones <lee.jones@linaro.org>
Tue, 24 Nov 2020 19:37:51 +0000 (19:37 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 1 Dec 2020 21:04:41 +0000 (16:04 -0500)
commitc18dd61ae42a63de56db64574e0ccccfe963d1da
treea2dae89c19eaa179aed19f23c429a4003d30b5b0
parent39902109aada7c4138bfbaa7879cdb460e2a06a3
drm/amd/amdgpu/amdgpu_psp: Make local function 'parse_ta_bin_descriptor' static

Fixes the following W=1 kernel build warning(s):

 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c:2576:5: warning: no previous prototype for ‘parse_ta_bin_descriptor’ [-Wmissing-prototypes]

Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: "Christian König" <christian.koenig@amd.com>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: amd-gfx@lists.freedesktop.org
Cc: dri-devel@lists.freedesktop.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c