diff options
author | Greg Ungerer <gerg@uclinux.org> | 2009-04-22 21:24:03 -0400 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2009-06-11 00:33:16 -0400 |
commit | 193e98401a89707ea374e9c32c1b9a5a9dd87a48 (patch) | |
tree | 937694bfd658d3862b932c89f20feb5397adb34b /arch | |
parent | 9d4f94135385b565e2ce4a37f71b53d0fd3664e8 (diff) |
m68knommu: remove unecessary include of thread_info.h in entry.S
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch')
-rw-r--r-- | 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 f4782d2dce8f..f56faa5c9cd9 100644 --- a/arch/m68knommu/kernel/entry.S +++ b/arch/m68knommu/kernel/entry.S | |||
@@ -26,7 +26,6 @@ | |||
26 | 26 | ||
27 | #include <linux/sys.h> | 27 | #include <linux/sys.h> |
28 | #include <linux/linkage.h> | 28 | #include <linux/linkage.h> |
29 | #include <asm/thread_info.h> | ||
30 | #include <asm/errno.h> | 29 | #include <asm/errno.h> |
31 | #include <asm/setup.h> | 30 | #include <asm/setup.h> |
32 | #include <asm/segment.h> | 31 | #include <asm/segment.h> |