summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dpp
diff options
context:
space:
mode:
authorRodrigo Siqueira <Rodrigo.Siqueira@amd.com>2024-05-14 20:22:00 +0300
committerAlex Deucher <alexander.deucher@amd.com>2024-05-29 21:39:33 +0300
commitddef2cfbb8927f7236f1e0d12ffd35b5d576e300 (patch)
tree38465151ba0de7a6b58e55c624286091121da407 /drivers/gpu/drm/amd/display/dc/dpp
parent2998bccfa4197ff49bf70cbe14563d1417fe3ccf (diff)
downloadlinux-ddef2cfbb8927f7236f1e0d12ffd35b5d576e300.tar.xz
drm/amd/display: Remove unused code
This commit removes some unused code with the required adjustments. Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Acked-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dpp')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dpp/dcn401/dcn401_dpp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dpp/dcn401/dcn401_dpp.h b/drivers/gpu/drm/amd/display/dc/dpp/dcn401/dcn401_dpp.h
index 1aaae7a5bd41..4bc85aaf17da 100644
--- a/drivers/gpu/drm/amd/display/dc/dpp/dcn401/dcn401_dpp.h
+++ b/drivers/gpu/drm/amd/display/dc/dpp/dcn401/dcn401_dpp.h
@@ -726,4 +726,4 @@ void dpp401_set_cursor_matrix(
enum dc_color_space color_space,
struct dc_csc_transform cursor_csc_color_matrix);
-#endif
+#endif /* __DCN401_DPP_H__ */