summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/drivers/ntsync
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testing/selftests/drivers/ntsync')
-rw-r--r--tools/testing/selftests/drivers/ntsync/ntsync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/drivers/ntsync/ntsync.c b/tools/testing/selftests/drivers/ntsync/ntsync.c
index 3aad311574c4..e6a37214aa46 100644
--- a/tools/testing/selftests/drivers/ntsync/ntsync.c
+++ b/tools/testing/selftests/drivers/ntsync/ntsync.c
@@ -12,7 +12,7 @@
#include <time.h>
#include <pthread.h>
#include <linux/ntsync.h>
-#include "../../kselftest_harness.h"
+#include "kselftest_harness.h"
static int read_sem_state(int sem, __u32 *count, __u32 *max)
{