diff options
author | Muhammad Usama Anjum <usama.anjum@collabora.com> | 2023-06-12 11:53:47 +0200 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2023-06-20 01:19:25 +0200 |
commit | 0183d777c29ab12c2b0c19f3d4f5c6df016815fb (patch) | |
tree | ee1484b23d7d06785b06a12990aa0ca3e4b49972 /tools/testing/selftests/mm/pkey-powerpc.h | |
parent | selftests: mm: remove wrong kernel header inclusion (diff) | |
download | linux-0183d777c29ab12c2b0c19f3d4f5c6df016815fb.tar.xz linux-0183d777c29ab12c2b0c19f3d4f5c6df016815fb.zip |
selftests: mm: remove duplicate unneeded defines
Remove all defines which aren't needed after correctly including the
kernel header files.
Link: https://lkml.kernel.org/r/20230612095347.996335-2-usama.anjum@collabora.com
Signed-off-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
Cc: David Hildenbrand <david@redhat.com>
Cc: Shuah Khan <shuah@kernel.org>
Cc: Stefan Roesch <shr@devkernel.io>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'tools/testing/selftests/mm/pkey-powerpc.h')
-rw-r--r-- | tools/testing/selftests/mm/pkey-powerpc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/testing/selftests/mm/pkey-powerpc.h b/tools/testing/selftests/mm/pkey-powerpc.h index 1ebb586b2fbc..ae5df26104e5 100644 --- a/tools/testing/selftests/mm/pkey-powerpc.h +++ b/tools/testing/selftests/mm/pkey-powerpc.h @@ -3,9 +3,6 @@ #ifndef _PKEYS_POWERPC_H #define _PKEYS_POWERPC_H -#ifndef SYS_mprotect_key -# define SYS_mprotect_key 386 -#endif #ifndef SYS_pkey_alloc # define SYS_pkey_alloc 384 # define SYS_pkey_free 385 |