Skip to content

Commit 8dc2507

Browse files
Grillo-0alexdeucher
authored andcommitted
drm/amd/display: Add previously missing includes
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>
1 parent 877b57c commit 8dc2507

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/gpu/drm/amd/display/dc/dcn32/dcn32_init.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#include "dcn30/dcn30_hwseq.h"
3131
#include "dcn31/dcn31_hwseq.h"
3232
#include "dcn32_hwseq.h"
33+
#include "dcn32_init.h"
3334

3435
static const struct hw_sequencer_funcs dcn32_funcs = {
3536
.program_gamut_remap = dcn10_program_gamut_remap,

drivers/gpu/drm/amd/display/dc/link/accessories/link_dp_trace.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
*/
2525
#include "link_dp_trace.h"
2626
#include "link/protocols/link_dpcd.h"
27+
#include "link.h"
2728

2829
void dp_trace_init(struct dc_link *link)
2930
{

0 commit comments

Comments
 (0)