drm/amdgpu: remove the dummy fn acp_early_init
authorSunil Khatri <sunil.khatri@amd.com>
Mon, 30 Sep 2024 08:20:15 +0000 (13:50 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 1 Oct 2024 21:42:53 +0000 (17:42 -0400)
commit904c402e971af450789be8f59e4d8ef52fc69cde
tree5f028f72da5a833baae7425c03d0cfc8d324eb80
parentaa894be10b950122db84558cd441206861b29bab
drm/amdgpu: remove the dummy fn acp_early_init

acp_early_init is a dummy function and is not being
used and hence removed.

Signed-off-by: Sunil Khatri <sunil.khatri@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c