On 9/18/26 8:38 AM, Ethan Nelson-Moore wrote:
The last use of arch/powerpc/kernel/audit_32.h was removed in
commit f26ad12356a2 ("powerpc/audit: Convert powerpc to
AUDIT_ARCH_COMPAT_GENERIC"), but it was left behind. Remove it.
Does it need fixes tag, So that it can propagate correctly?
Reviewed-by: Shrikanth Hegde <[email protected]>
Signed-off-by: Ethan Nelson-Moore <[email protected]>
---
arch/powerpc/kernel/audit_32.h | 7 -------
1 file changed, 7 deletions(-)
delete mode 100644 arch/powerpc/kernel/audit_32.h
diff --git a/arch/powerpc/kernel/audit_32.h b/arch/powerpc/kernel/audit_32.h
deleted file mode 100644
index c6c79c3041ab..000000000000
--- a/arch/powerpc/kernel/audit_32.h
+++ /dev/null
@@ -1,7 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0
-#ifndef __AUDIT_32_H__
-#define __AUDIT_32_H__
-
-extern int ppc32_classify_syscall(unsigned);
-
-#endif