From 023120d1fc1f7857936de9f024b66427eb3c3a82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Roberto=20de=20Souza?= Date: Fri, 16 Aug 2024 12:14:18 -0700 Subject: [PATCH] intel/perf: Fix intel_gem.h include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The intention here was to get include the common intel_gem.h to get the intel_ioctl() signature. Reviewed-by: Lionel Landwerlin Signed-off-by: José Roberto de Souza Part-of: --- src/intel/perf/xe/intel_perf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/perf/xe/intel_perf.c b/src/intel/perf/xe/intel_perf.c index 5d66a4a6d1b..fdc6529c0fc 100644 --- a/src/intel/perf/xe/intel_perf.c +++ b/src/intel/perf/xe/intel_perf.c @@ -10,7 +10,7 @@ #include "perf/intel_perf.h" #include "intel_perf_common.h" -#include "intel/common/i915/intel_gem.h" +#include "intel/common/intel_gem.h" #include "drm-uapi/xe_drm.h"