summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/firmware
diff options
context:
space:
mode:
authorMuhammad Usama Anjum <usama.anjum@collabora.com>2023-10-06 12:07:38 +0200
committerShuah Khan <skhan@linuxfoundation.org>2023-10-07 01:33:52 +0200
commitf1020c687153609f246f3314db5b74821025c185 (patch)
treefba38b73709885c8b6a607989ac8ac6819cf6ac6 /tools/testing/selftests/firmware
parentselftests: core: remove duplicate defines (diff)
downloadlinux-f1020c687153609f246f3314db5b74821025c185.tar.xz
linux-f1020c687153609f246f3314db5b74821025c185.zip
selftests: firmware: remove duplicate unneeded defines
These duplicate defines should automatically be picked up from kernel headers. Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/firmware')
-rw-r--r--tools/testing/selftests/firmware/fw_namespace.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/testing/selftests/firmware/fw_namespace.c b/tools/testing/selftests/firmware/fw_namespace.c
index 4c6f0cd83c5b..04757dc7e546 100644
--- a/tools/testing/selftests/firmware/fw_namespace.c
+++ b/tools/testing/selftests/firmware/fw_namespace.c
@@ -17,10 +17,6 @@
#include <sys/wait.h>
#include <unistd.h>
-#ifndef CLONE_NEWNS
-# define CLONE_NEWNS 0x00020000
-#endif
-
static char *fw_path = NULL;
static void die(char *fmt, ...)