Skip to content

Commit

Permalink
m68knommu: remove unecessary include of thread_info.h in entry.S
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
  • Loading branch information
Greg Ungerer committed Jun 11, 2009
1 parent 9d4f941 commit 193e984
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/m68knommu/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 193e984

Please sign in to comment.