From: Jaswinder Singh Rajput Date: Sun, 20 Sep 2009 09:08:09 +0000 (+0530) Subject: includecheck fix: s390, sys_s390.c X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4765d681a4dccdc6ded7dd20329f5498aa53b0d0;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git includecheck fix: s390, sys_s390.c fix the following 'make includecheck' warning: arch/s390/kernel/sys_s390.c: linux/syscalls.h is included more than once. Signed-off-by: Jaswinder Singh Rajput Cc: schwidefsky@de.ibm.com Cc: heiko.carstens@de.ibm.com Cc: Sam Ravnborg LKML-Reference: <1247068809.4382.111.camel@ht.satnam> --- diff --git a/arch/s390/kernel/sys_s390.c b/arch/s390/kernel/sys_s390.c index c7ae4b17e0e3..e9d94f61d500 100644 --- a/arch/s390/kernel/sys_s390.c +++ b/arch/s390/kernel/sys_s390.c @@ -29,7 +29,6 @@ #include #include #include -#include #include #include "entry.h"