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>
This commit is contained in:
Muhammad Usama Anjum 2023-10-06 15:07:38 +05:00 committed by Shuah Khan
parent ec54424923
commit f1020c6871
1 changed files with 0 additions and 4 deletions

View File

@ -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, ...)