]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
secretmem-test-add-basic-selftest-for-memfd_secret2-fix
authorJohn Hubbard <jhubbard@nvidia.com>
Thu, 31 Dec 2020 22:05:07 +0000 (22:05 +0000)
committerJohannes Weiner <hannes@cmpxchg.org>
Thu, 31 Dec 2020 22:05:07 +0000 (22:05 +0000)
fix build

Link: https://lkml.kernel.org/r/248f928b-1383-48ea-8584-ec10146e60c9@nvidia.com
Cc: Mike Rapoport <rppt@linux.ibm.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
tools/testing/selftests/vm/memfd_secret.c

index 79578dfd13e6b0fd20135b251bf0c24aad10e683..c878c2b841fc3c9d420e164f741c49488dff557b 100644 (file)
@@ -29,8 +29,6 @@
 
 #ifdef __NR_memfd_secret
 
-#include <linux/secretmem.h>
-
 #define PATTERN        0x55
 
 static const int prot = PROT_READ | PROT_WRITE;