drm/amd/display: Add previously missing includes
authorArthur Grillo <arthurgrillo@riseup.net>
Mon, 13 Feb 2023 20:49:17 +0000 (17:49 -0300)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 16 Feb 2023 03:24:39 +0000 (22:24 -0500)
Add includes that were previously missing to reduce the number of
-Wmissing-prototypes warnings.

Signed-off-by: Arthur Grillo <arthurgrillo@riseup.net>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn32/dcn32_init.c
drivers/gpu/drm/amd/display/dc/link/accessories/link_dp_trace.c

index a02918e..0694fa3 100644 (file)
@@ -30,6 +30,7 @@
 #include "dcn30/dcn30_hwseq.h"
 #include "dcn31/dcn31_hwseq.h"
 #include "dcn32_hwseq.h"
+#include "dcn32_init.h"
 
 static const struct hw_sequencer_funcs dcn32_funcs = {
        .program_gamut_remap = dcn10_program_gamut_remap,
index f89435a..459b362 100644 (file)
@@ -24,6 +24,7 @@
  */
 #include "link_dp_trace.h"
 #include "link/protocols/link_dpcd.h"
+#include "link.h"
 
 void dp_trace_init(struct dc_link *link)
 {