summaryrefslogtreecommitdiffstats
path: root/arch/m68k/platform/coldfire
diff options
context:
space:
mode:
authorGeert Uytterhoeven2011-04-06 21:43:19 +0200
committerGreg Ungerer2011-05-24 07:17:19 +0200
commitb60de9f5142ffc677e4e1bf0d1e8ad177d21095f (patch)
tree5f221b054213b5820f8549f8b3c0a28b1cf1d171 /arch/m68k/platform/coldfire
parentm68k: merge mmu and non-mmu versions of asm-offsets.c (diff)
downloadkernel-qcow2-linux-b60de9f5142ffc677e4e1bf0d1e8ad177d21095f.tar.gz
kernel-qcow2-linux-b60de9f5142ffc677e4e1bf0d1e8ad177d21095f.tar.xz
kernel-qcow2-linux-b60de9f5142ffc677e4e1bf0d1e8ad177d21095f.zip
m68knommu: Remove obsolete #include <linux/sys.h>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/platform/coldfire')
-rw-r--r--arch/m68k/platform/coldfire/entry.S1
-rw-r--r--arch/m68k/platform/coldfire/head.S1
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/m68k/platform/coldfire/entry.S b/arch/m68k/platform/coldfire/entry.S
index eee9a06aa265..27c2b001161e 100644
--- a/arch/m68k/platform/coldfire/entry.S
+++ b/arch/m68k/platform/coldfire/entry.S
@@ -26,7 +26,6 @@
* Bug, speed and maintainability fixes by Philippe De Muyter <phdm@macqel.be>
*/
-#include <linux/sys.h>
#include <linux/linkage.h>
#include <asm/unistd.h>
#include <asm/thread_info.h>
diff --git a/arch/m68k/platform/coldfire/head.S b/arch/m68k/platform/coldfire/head.S
index 6ae91a499184..c33483824a2e 100644
--- a/arch/m68k/platform/coldfire/head.S
+++ b/arch/m68k/platform/coldfire/head.S
@@ -8,7 +8,6 @@
/*****************************************************************************/
-#include <linux/sys.h>
#include <linux/linkage.h>
#include <linux/init.h>
#include <asm/asm-offsets.h>