Gitweb: http://git.kernel.org/linus/5fddcdb70fd9e8fd52d42ed52a572fecb8eb7cde Commit: 5fddcdb70fd9e8fd52d42ed52a572fecb8eb7cde Parent: 1d03d2bd6e6421224d618b120348bd5ee328d96a Author: Huang Weiyi <weiyi.huang@gmail.com> AuthorDate: Mon Jul 13 15:09:25 2009 +0100 Committer: Linus Torvalds <torvalds@linux-foundation.org> CommitDate: Mon Jul 13 09:09:08 2009 -0700 mn10300: remove duplicated #include Remove duplicated #include('s) in arch/mn10300/kernel/sys_mn10300.c Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com> Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> --- 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 29d196b..3e52a10 100644 --- a/arch/mn10300/kernel/sys_mn10300.c +++ b/arch/mn10300/kernel/sys_mn10300.c @@ -20,7 +20,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> -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
