aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/basics/vector.c
diff options
context:
space:
mode:
authorLee Jones <[email protected]>2020-11-26 13:42:40 +0000
committerAlex Deucher <[email protected]>2020-12-01 21:04:45 +0000
commit6ee5a7957aceef415419ab5a557932290759b350 (patch)
treee1523a1e917bee43ef3e89b6d084d5e500c84ccc /drivers/gpu/drm/amd/display/dc/basics/vector.c
parentdrm/amd/display/dc/basics/fixpt31_32: Remove unused variable 'dc_fixpt_pi' (diff)
downloadkernel-6ee5a7957aceef415419ab5a557932290759b350.tar.gz
kernel-6ee5a7957aceef415419ab5a557932290759b350.zip
drm/amd/display/dc/basics/vector: Make local function 'dal_vector_presized_costruct' static
Fixes the following W=1 kernel build warning(s): drivers/gpu/drm/amd/amdgpu/../display/dc/basics/vector.c:55:6: warning: no previous prototype for ‘dal_vector_presized_costruct’ [-Wmissing-prototypes] Cc: Harry Wentland <[email protected]> Cc: Leo Li <[email protected]> Cc: Alex Deucher <[email protected]> Cc: "Christian König" <[email protected]> Cc: David Airlie <[email protected]> Cc: Daniel Vetter <[email protected]> Cc: [email protected] Cc: [email protected] Signed-off-by: Lee Jones <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/basics/vector.c')
-rw-r--r--drivers/gpu/drm/amd/display/dc/basics/vector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/basics/vector.c b/drivers/gpu/drm/amd/display/dc/basics/vector.c
index 8f93d25f91ee..706c803c4d3b 100644
--- a/drivers/gpu/drm/amd/display/dc/basics/vector.c
+++ b/drivers/gpu/drm/amd/display/dc/basics/vector.c
@@ -52,7 +52,7 @@ bool dal_vector_construct(
return true;
}
-bool dal_vector_presized_costruct(
+static bool dal_vector_presized_costruct(
struct vector *vector,
struct dc_context *ctx,
uint32_t count,