[igt-dev] [PATCH v4] tests/amdgpu: Fix build error due to external file include

Aurabindo Pillai aurabindo.pillai at amd.com
Tue Aug 22 20:18:33 UTC 2023


Remove the external file include that causes build error
on certain systems configured in the CI.

Signed-off-by: Aurabindo Pillai <aurabindo.pillai at amd.com>
---
 tests/amdgpu/amd_odm.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/amdgpu/amd_odm.c b/tests/amdgpu/amd_odm.c
index 2781ad1c2..839f2de3f 100644
--- a/tests/amdgpu/amd_odm.c
+++ b/tests/amdgpu/amd_odm.c
@@ -5,7 +5,6 @@
 
 #include <fcntl.h>
 #include <stdio.h>
-#include <xf86drmMode.h>
 
 #include "igt.h"
 #include "igt_amd.h"
-- 
2.41.0



More information about the igt-dev mailing list