From: Jaswinder Singh Rajput <jaswinderrajput@gmail.com> Date: Sun, 20 Sep 2009 09:08:09 +0000 (+0530) Subject: includecheck fix: s390, sys_s390.c X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4765d681a4dccdc6ded7dd20329f5498aa53b0d0;p=linux.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 <jaswinderrajput@gmail.com> Cc: schwidefsky@de.ibm.com Cc: heiko.carstens@de.ibm.com Cc: Sam Ravnborg <sam@ravnborg.org> 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 c7ae4b17e0e3d..e9d94f61d5002 100644 --- a/arch/s390/kernel/sys_s390.c +++ b/arch/s390/kernel/sys_s390.c @@ -29,7 +29,6 @@ #include <linux/personality.h> #include <linux/unistd.h> #include <linux/ipc.h> -#include <linux/syscalls.h> #include <asm/uaccess.h> #include "entry.h"