]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
m68knommu: Remove obsolete #include <linux/sys.h>
authorGeert Uytterhoeven <geert@linux-m68k.org>
Wed, 6 Apr 2011 19:43:19 +0000 (21:43 +0200)
committerGreg Ungerer <gerg@uclinux.org>
Tue, 24 May 2011 05:17:19 +0000 (15:17 +1000)
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/kernel/entry_no.S
arch/m68k/kernel/syscalltable.S
arch/m68k/platform/68328/entry.S
arch/m68k/platform/68360/entry.S
arch/m68k/platform/coldfire/entry.S
arch/m68k/platform/coldfire/head.S

index 2783f25e38bda453345bfc4994cc0853bb071965..5f0f6b598b5a6d1ee347436f6f7232491ca9ae36 100644 (file)
@@ -24,7 +24,6 @@
  * linux 2.4 support David McCullough <davidm@snapgear.com>
  */
 
-#include <linux/sys.h>
 #include <linux/linkage.h>
 #include <asm/errno.h>
 #include <asm/setup.h>
index 5909e392cb1e7e46e0f791ecbbe39e39c1e2f470..6f7b09122a00141fd66099f25dfb3fc2716461f7 100644 (file)
@@ -11,7 +11,6 @@
  *  Linux/m68k support by Hamish Macdonald
  */
 
-#include <linux/sys.h>
 #include <linux/linkage.h>
 
 #ifndef CONFIG_MMU
index 3e4675996a71496c67c479149bd4fc8e45868223..f68dce766c0a34ca4fd54ea8185724e49394c22b 100644 (file)
@@ -10,7 +10,6 @@
  * Linux/m68k support by Hamish Macdonald
  */
 
-#include <linux/sys.h>
 #include <linux/linkage.h>
 #include <asm/thread_info.h>
 #include <asm/unistd.h>
index 50dcae66f6cd751ded20f7a98727bae20c6d4106..a07b14feed9245398cc3f57e928a7d2140324426 100644 (file)
@@ -12,7 +12,6 @@
  * M68360 Port by SED Systems, and Lineo.
  */
 
-#include <linux/sys.h>
 #include <linux/linkage.h>
 #include <asm/thread_info.h>
 #include <asm/unistd.h>
index eee9a06aa2651e5c3b7491581d036b30273170be..27c2b001161e1d31b43bc7a2ba6640ba4ceb4139 100644 (file)
@@ -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>
index 6ae91a4991842466a3d86ae47cde14b6c2d31db1..c33483824a2eed3573c6d1c8b1c07545b136a800 100644 (file)
@@ -8,7 +8,6 @@
 
 /*****************************************************************************/
 
-#include <linux/sys.h>
 #include <linux/linkage.h>
 #include <linux/init.h>
 #include <asm/asm-offsets.h>