From 7d18e6a4c294004f71d4f91370a009196f197e5c Mon Sep 17 00:00:00 2001 From: Adam Madsen Date: Sat, 14 Nov 2020 18:39:11 -0600 Subject: [PATCH] [amd] navi10: actually include that missing header file --- src/amd/navi10.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/amd/navi10.c b/src/amd/navi10.c index 1fee768..2fef90a 100644 --- a/src/amd/navi10.c +++ b/src/amd/navi10.c @@ -30,8 +30,9 @@ Place, Suite 330, Boston, MA 02111-1307 USA #include "mp/mp_11_0_offset.h" #include "mp/mp_11_0_sh_mask.h" #include "nbio_2_3_offset.h" -#include "psp_gfx_if.h" #include "nv.h" +#include "psp_gfx_if.h" +#include "smu_v11_0_ppsmc.h" extern bool amdgpu_get_bios(struct amd_fake_dev *adev);