diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2021-10-27 13:29:31 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2021-10-27 13:30:32 +0200 |
commit | b7472e1764bfc0fe3d6578cb281e81c812ca5886 (patch) | |
tree | 70d7cd587e722ef0ea0d32f025eb50c8c71867a8 /arch/powerpc/include | |
parent | powerpc/pseries/mobility: ignore ibm, platform-facilities updates (diff) | |
download | linux-b7472e1764bfc0fe3d6578cb281e81c812ca5886.tar.xz linux-b7472e1764bfc0fe3d6578cb281e81c812ca5886.zip |
Revert "powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERIC"
This reverts commit 566af8cda399c088763d07464463dc871c943b54.
This caused some conflicts vs the audit tree, and the audit maintainers
would prefer we postpone this to the next merge window so we have more
time for testing.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r-- | arch/powerpc/include/asm/unistd32.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/powerpc/include/asm/unistd32.h b/arch/powerpc/include/asm/unistd32.h deleted file mode 100644 index 07689897d206..000000000000 --- a/arch/powerpc/include/asm/unistd32.h +++ /dev/null @@ -1,7 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0-or-later */ -#ifndef _ASM_POWERPC_UNISTD32_H_ -#define _ASM_POWERPC_UNISTD32_H_ - -#include <asm/unistd_32.h> - -#endif /* _ASM_POWERPC_UNISTD32_H_ */ |