]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd: Stop exporting amdgpu_device_ip_suspend() outside amdgpu_device
authorMario Limonciello <mario.limonciello@amd.com>
Thu, 2 Oct 2025 17:42:40 +0000 (12:42 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 13 Oct 2025 18:14:34 +0000 (14:14 -0400)
commit6062ede68097d21aec896820071257362c965cc2
treeebc3c1d617953c876fe7ec22b2d0b8376da3b123
parente6af507de8594a3965cbfba9f70b312d4216d5fb
drm/amd: Stop exporting amdgpu_device_ip_suspend() outside amdgpu_device

amdgpu_device_ip_suspend() doesn't have a caller outside of
amdgpu_device.c. Make it static.

No intended functional changes.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c