includecheck fix: s390, sys_s390.c
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>
Sun, 20 Sep 2009 09:08:09 +0000 (14:38 +0530)
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>
Sun, 20 Sep 2009 09:32:14 +0000 (15:02 +0530)
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>

arch/s390/kernel/sys_s390.c

index c7ae4b1..e9d94f6 100644 (file)
@@ -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"