[PATCH 13/44] includecheck fix: mn10300, sys_mn10300.c

From: Jaswinder Singh Rajput
Date: Wed Jul 08 2009 - 10:49:24 EST


includecheck fix: mn10300, sys_mn10300.c

fix the following 'make includecheck' warning:

arch/mn10300/kernel/sys_mn10300.c: linux/syscalls.h is included more than once.

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@xxxxxxxxx>
---
arch/mn10300/kernel/sys_mn10300.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/mn10300/kernel/sys_mn10300.c b/arch/mn10300/kernel/sys_mn10300.c
index bca5a84..6551ada 100644
--- a/arch/mn10300/kernel/sys_mn10300.c
+++ b/arch/mn10300/kernel/sys_mn10300.c
@@ -21,7 +21,6 @@
#include <linux/mman.h>
#include <linux/file.h>
#include <linux/utsname.h>
-#include <linux/syscalls.h>
#include <linux/tty.h>

#include <asm/uaccess.h>
--
1.6.0.6



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/