aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68knommu/kernel
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@uclinux.org>2009-04-23 11:24:03 +1000
committerGreg Ungerer <gerg@uclinux.org>2009-06-11 14:33:16 +1000
commit193e98401a89707ea374e9c32c1b9a5a9dd87a48 (patch)
tree937694bfd658d3862b932c89f20feb5397adb34b /arch/m68knommu/kernel
parentm68knommu: enumerate INIT_THREAD fields properly (diff)
downloadlinux-dev-193e98401a89707ea374e9c32c1b9a5a9dd87a48.tar.xz
linux-dev-193e98401a89707ea374e9c32c1b9a5a9dd87a48.zip
m68knommu: remove unecessary include of thread_info.h in entry.S
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68knommu/kernel')
-rw-r--r--arch/m68knommu/kernel/entry.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/m68knommu/kernel/entry.S b/arch/m68knommu/kernel/entry.S
index f4782d2dce8f..f56faa5c9cd9 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>