On Tue, Feb 16, 2021 at 9:40 AM Nirmoy Das <[email protected]> wrote:
>
> Mark amdgpu_ras_debugfs_create_ctrl_node() as static.
>
> Fixes: 0ec7b4385 ("drm/amdgpu: do not keep debugfs dentry")
> Reported-by: kernel test robot <[email protected]>
> Signed-off-by: Nirmoy Das <[email protected]>

Reviewed-by: Alex Deucher <[email protected]>

> ---
>  drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c 
> b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
> index b504914519ce..93699ea4860c 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
> @@ -1137,7 +1137,7 @@ static int amdgpu_ras_sysfs_remove_all(struct 
> amdgpu_device *adev)
>   *
>   */
>  /* debugfs begin */
> -struct dentry *amdgpu_ras_debugfs_create_ctrl_node(struct amdgpu_device 
> *adev)
> +static struct dentry *amdgpu_ras_debugfs_create_ctrl_node(struct 
> amdgpu_device *adev)
>  {
>         struct amdgpu_ras *con = amdgpu_ras_get_context(adev);
>         struct dentry *dir;
> --
> 2.30.0
>
> _______________________________________________
> amd-gfx mailing list
> [email protected]
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
_______________________________________________
amd-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to