diff options
Diffstat (limited to 'arch/score/include/asm/syscalls.h')
-rw-r--r-- | arch/score/include/asm/syscalls.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/score/include/asm/syscalls.h b/arch/score/include/asm/syscalls.h deleted file mode 100644 index caa099fd9a8e..000000000000 --- a/arch/score/include/asm/syscalls.h +++ /dev/null @@ -1,9 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -#ifndef _ASM_SCORE_SYSCALLS_H -#define _ASM_SCORE_SYSCALLS_H - -asmlinkage long score_rt_sigreturn(struct pt_regs *regs); - -#include <asm-generic/syscalls.h> - -#endif /* _ASM_SCORE_SYSCALLS_H */ |