aboutsummaryrefslogtreecommitdiffstats
path: root/arch/unicore32/include/asm/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/unicore32/include/asm/syscall.h')
-rw-r--r--arch/unicore32/include/asm/syscall.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/unicore32/include/asm/syscall.h b/arch/unicore32/include/asm/syscall.h
deleted file mode 100644
index 607961797fff..000000000000
--- a/arch/unicore32/include/asm/syscall.h
+++ /dev/null
@@ -1,12 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef _ASM_UNICORE_SYSCALL_H
-#define _ASM_UNICORE_SYSCALL_H
-
-#include <uapi/linux/audit.h>
-
-static inline int syscall_get_arch(struct task_struct *task)
-{
- return AUDIT_ARCH_UNICORE;
-}
-
-#endif /* _ASM_UNICORE_SYSCALL_H */