Skip to content

Commit

Permalink
drm/amdgpu/si: add missing header to fix compilation
Browse files Browse the repository at this point in the history
Trivial.

Signed-off-by: Alex Deucher <[email protected]>
  • Loading branch information
alexdeucher authored and ascollard committed Jan 29, 2019
1 parent 7284f5f commit 6453382
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/amd/amdgpu/si.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
#include "dce/dce_6_0_d.h"
#include "uvd/uvd_4_0_d.h"
#include "bif/bif_3_0_d.h"
#include "bif/bif_3_0_sh_mask.h"

static const u32 tahiti_golden_registers[] =
{
Expand Down

0 comments on commit 6453382

Please sign in to comment.