Gitweb: http://git.kernel.org/linus/193e98401a89707ea374e9c32c1b9a5a9dd87a48 Commit: 193e98401a89707ea374e9c32c1b9a5a9dd87a48 Parent: 9d4f94135385b565e2ce4a37f71b53d0fd3664e8 Author: Greg Ungerer <gerg@uclinux.org> AuthorDate: Thu Apr 23 11:24:03 2009 +1000 Committer: Greg Ungerer <gerg@uclinux.org> CommitDate: Thu Jun 11 14:33:16 2009 +1000 m68knommu: remove unecessary include of thread_info.h in entry.S Signed-off-by: Greg Ungerer <gerg@uclinux.org> --- arch/m68knommu/kernel/entry.S | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/m68knommu/kernel/entry.S b/arch/m68knommu/kernel/entry.S index f4782d2..f56faa5 100644 --- a/arch/m68knommu/kernel/entry.S +++ b/arch/m68knommu/kernel/entry.S @@ -26,7 +26,6 @@ #include <linux/sys.h> #include <linux/linkage.h> -#include <asm/thread_info.h> #include <asm/errno.h> #include <asm/setup.h> #include <asm/segment.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
