提交 6a8cf634 编写于 作者: A Alex Deucher

drm/amdgpu/swsmu: make sienna cichlid function static

Unused outside of the file.
Reported-by: Nkernel test robot <lkp@intel.com>
Reviewed-by: NEvan Quan <evan.quan@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册