summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/tests/xe_migrate.c
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@intel.com>2023-02-23 08:00:35 +0300
committerRodrigo Vivi <rodrigo.vivi@intel.com>2023-12-20 02:29:20 +0300
commit353dfaaa31648c4e6f7f3fee5001f047ebf3ed67 (patch)
tree892144dff2e5aec5aba3f4cde90e69ff27393580 /drivers/gpu/drm/xe/tests/xe_migrate.c
parent5b7e50e2ea1745bd09c3d99a4f7c49d630124825 (diff)
downloadlinux-353dfaaa31648c4e6f7f3fee5001f047ebf3ed67.tar.xz
drm/xe: Fix kunit integration due to missing prototypes
In order to avoid -Werror=missing-prototypes, add the prototypes in a separate tests/<test-name>_test.h file that is included by both the implementation (tests/xe_<testname>.c, injected in xe.ko) and the kunit module (tests/xe_<testname>_test.c -> xe-<testname>-test.ko). v2: Add header and don't add ifdef to files that are already not built when not using kunit (Matt Auld) Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> Reviewed-by: Matthew Auld <matthew.auld@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'drivers/gpu/drm/xe/tests/xe_migrate.c')
-rw-r--r--drivers/gpu/drm/xe/tests/xe_migrate.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/xe/tests/xe_migrate.c b/drivers/gpu/drm/xe/tests/xe_migrate.c
index 03a60d5b42f1..0de17e90aba9 100644
--- a/drivers/gpu/drm/xe/tests/xe_migrate.c
+++ b/drivers/gpu/drm/xe/tests/xe_migrate.c
@@ -5,6 +5,8 @@
#include <kunit/test.h>
+#include "tests/xe_migrate_test.h"
+
#include "xe_pci.h"
static bool sanity_fence_failed(struct xe_device *xe, struct dma_fence *fence,