Commit 6a8cf634 authored by Alex Deucher's avatar Alex Deucher

drm/amdgpu/swsmu: make sienna cichlid function static

Unused outside of the file.
Reported-by: default avatarkernel test robot <lkp@intel.com>
Reviewed-by: default avatarEvan Quan <evan.quan@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 4efdddbc
......@@ -3832,9 +3832,9 @@ static void sienna_cichlid_stb_init(struct smu_context *smu)
}
int sienna_cichlid_stb_get_data_direct(struct smu_context *smu,
void *buf,
uint32_t size)
static int sienna_cichlid_stb_get_data_direct(struct smu_context *smu,
void *buf,
uint32_t size)
{
uint32_t *p = buf;
struct amdgpu_device *adev = smu->adev;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment