From: John Hubbard Date: Thu, 31 Dec 2020 22:05:07 +0000 (+0000) Subject: secretmem-test-add-basic-selftest-for-memfd_secret2-fix X-Git-Tag: howlett/maple_spf/20210104~76 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=71bfa7162f83ecc9d4653d45f644e44a8b4ef401;p=users%2Fjedix%2Flinux-maple.git secretmem-test-add-basic-selftest-for-memfd_secret2-fix fix build Link: https://lkml.kernel.org/r/248f928b-1383-48ea-8584-ec10146e60c9@nvidia.com Cc: Mike Rapoport Cc: Stephen Rothwell Signed-off-by: Andrew Morton --- diff --git a/tools/testing/selftests/vm/memfd_secret.c b/tools/testing/selftests/vm/memfd_secret.c index 79578dfd13e6b..c878c2b841fc3 100644 --- a/tools/testing/selftests/vm/memfd_secret.c +++ b/tools/testing/selftests/vm/memfd_secret.c @@ -29,8 +29,6 @@ #ifdef __NR_memfd_secret -#include - #define PATTERN 0x55 static const int prot = PROT_READ | PROT_WRITE;