Skip to content

Commit 4afc9a4

Browse files
Yang Liakpm00
authored andcommitted
kernel/time/posix-stubs.c: remove duplicated include
./kernel/time/posix-stubs.c: linux/syscalls.h is included more than once. Link: https://lkml.kernel.org/r/20230608082312.123939-1-yang.lee@linux.alibaba.com Reported-by: Abaci Robot <abaci@linux.alibaba.com> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=5463 Fixes: c195651 ("syscalls: add sys_ni_posix_timers prototype") Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Cc: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent 7982f97 commit 4afc9a4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

kernel/time/posix-stubs.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#include <linux/posix-timers.h>
1717
#include <linux/time_namespace.h>
1818
#include <linux/compat.h>
19-
#include <linux/syscalls.h>
2019

2120
#ifdef CONFIG_ARCH_HAS_SYSCALL_WRAPPER
2221
/* Architectures may override SYS_NI and COMPAT_SYS_NI */

0 commit comments

Comments
 (0)