[AMD Official Use Only]

Reviewed-by: Evan Quan <[email protected]>

> -----Original Message-----
> From: amd-gfx <[email protected]> On Behalf Of Alex
> Deucher
> Sent: Thursday, January 13, 2022 5:26 AM
> To: [email protected]
> Cc: Deucher, Alexander <[email protected]>; kernel test robot
> <[email protected]>
> Subject: [PATCH] drm/amdgpu/swsmu: make sienna cichlid function static
> 
> Unused outside of the file.
> 
> Reported-by: kernel test robot <[email protected]>
> Signed-off-by: Alex Deucher <[email protected]>
> ---
>  drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c
> b/drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c
> index 9766870987db..4e37cd8025ed 100644
> --- a/drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c
> +++ b/drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c
> @@ -3810,9 +3810,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;
> --
> 2.34.1

Reply via email to