Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amd/display: remove unused func declaration from resource headers

The function resource_validate_ctx_update_pointer_after_copy() is
declared in resource.h but never defined, therefore, remove its
declaration from headers.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Melissa Wen <mwen@igalia.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Melissa Wen and committed by
Alex Deucher
62f9286f af54167d

-4
-4
drivers/gpu/drm/amd/display/dc/inc/resource.h
··· 165 165 struct dc_state *context, 166 166 const struct resource_pool *pool); 167 167 168 - void resource_validate_ctx_update_pointer_after_copy( 169 - const struct dc_state *src_ctx, 170 - struct dc_state *dst_ctx); 171 - 172 168 enum dc_status resource_map_clock_resources( 173 169 const struct dc *dc, 174 170 struct dc_state *context,