Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

-1
-1
arch/s390/kernel/sys_s390.c
··· 29 29 #include <linux/personality.h> 30 30 #include <linux/unistd.h> 31 31 #include <linux/ipc.h> 32 - #include <linux/syscalls.h> 33 32 #include <asm/uaccess.h> 34 33 #include "entry.h" 35 34