Re: [PATCH v5 45/45] drm/amd: make amdgpu_ucode_validate static

2023-01-04 Thread Alex Deucher
Other than the patches I commented directly on, this series is: Reviewed-by: Alex Deucher On Wed, Jan 4, 2023 at 11:45 AM Mario Limonciello wrote: > > No consumers outside of amdgpu_ucode.c use amdgpu_ucode_validate > anymore, so make the function static. > > Signed-off-by: Mario Limonciello >

[PATCH v5 45/45] drm/amd: make amdgpu_ucode_validate static

2023-01-04 Thread Mario Limonciello
No consumers outside of amdgpu_ucode.c use amdgpu_ucode_validate anymore, so make the function static. Signed-off-by: Mario Limonciello --- drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --g