All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] m68knommu: Remove obsolete #include <linux/sys.h>
@ 2011-04-06 19:43 ` Geert Uytterhoeven
  0 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2011-04-06 19:43 UTC (permalink / raw)
  To: Greg Ungerer
  Cc: uClinux list, Linux/m68k, Linux Kernel Development, kernel-janitors

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
Janitors: "git grep linux/sys.h" shows many more.

 arch/m68k/kernel/entry_no.S         |    1 -
 arch/m68k/kernel/syscalltable.S     |    1 -
 arch/m68k/platform/68328/entry.S    |    1 -
 arch/m68k/platform/68360/entry.S    |    1 -
 arch/m68k/platform/coldfire/entry.S |    1 -
 arch/m68k/platform/coldfire/head.S  |    1 -
 6 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/arch/m68k/kernel/entry_no.S b/arch/m68k/kernel/entry_no.S
index 2783f25..5f0f6b5 100644
--- a/arch/m68k/kernel/entry_no.S
+++ b/arch/m68k/kernel/entry_no.S
@@ -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>
diff --git a/arch/m68k/kernel/syscalltable.S b/arch/m68k/kernel/syscalltable.S
index 79b1ed1..935e10a 100644
--- a/arch/m68k/kernel/syscalltable.S
+++ b/arch/m68k/kernel/syscalltable.S
@@ -11,7 +11,6 @@
  *  Copyright (C) 1991, 1992  Linus Torvalds
  */
 
-#include <linux/sys.h>
 #include <linux/linkage.h>
 #include <asm/unistd.h>
 
diff --git a/arch/m68k/platform/68328/entry.S b/arch/m68k/platform/68328/entry.S
index 676960c..0747318 100644
--- a/arch/m68k/platform/68328/entry.S
+++ b/arch/m68k/platform/68328/entry.S
@@ -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>
diff --git a/arch/m68k/platform/68360/entry.S b/arch/m68k/platform/68360/entry.S
index 46c1b18..e1477f2 100644
--- a/arch/m68k/platform/68360/entry.S
+++ b/arch/m68k/platform/68360/entry.S
@@ -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>
diff --git a/arch/m68k/platform/coldfire/entry.S b/arch/m68k/platform/coldfire/entry.S
index 5837cf0..bc15bea 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 129bff4..da21180 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>
-- 
1.7.0.4

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH] m68knommu: Remove obsolete #include <linux/sys.h>
@ 2011-04-06 19:43 ` Geert Uytterhoeven
  0 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2011-04-06 19:43 UTC (permalink / raw)
  To: Greg Ungerer
  Cc: uClinux list, Linux/m68k, Linux Kernel Development, kernel-janitors

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
Janitors: "git grep linux/sys.h" shows many more.

 arch/m68k/kernel/entry_no.S         |    1 -
 arch/m68k/kernel/syscalltable.S     |    1 -
 arch/m68k/platform/68328/entry.S    |    1 -
 arch/m68k/platform/68360/entry.S    |    1 -
 arch/m68k/platform/coldfire/entry.S |    1 -
 arch/m68k/platform/coldfire/head.S  |    1 -
 6 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/arch/m68k/kernel/entry_no.S b/arch/m68k/kernel/entry_no.S
index 2783f25..5f0f6b5 100644
--- a/arch/m68k/kernel/entry_no.S
+++ b/arch/m68k/kernel/entry_no.S
@@ -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>
diff --git a/arch/m68k/kernel/syscalltable.S b/arch/m68k/kernel/syscalltable.S
index 79b1ed1..935e10a 100644
--- a/arch/m68k/kernel/syscalltable.S
+++ b/arch/m68k/kernel/syscalltable.S
@@ -11,7 +11,6 @@
  *  Copyright (C) 1991, 1992  Linus Torvalds
  */
 
-#include <linux/sys.h>
 #include <linux/linkage.h>
 #include <asm/unistd.h>
 
diff --git a/arch/m68k/platform/68328/entry.S b/arch/m68k/platform/68328/entry.S
index 676960c..0747318 100644
--- a/arch/m68k/platform/68328/entry.S
+++ b/arch/m68k/platform/68328/entry.S
@@ -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>
diff --git a/arch/m68k/platform/68360/entry.S b/arch/m68k/platform/68360/entry.S
index 46c1b18..e1477f2 100644
--- a/arch/m68k/platform/68360/entry.S
+++ b/arch/m68k/platform/68360/entry.S
@@ -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>
diff --git a/arch/m68k/platform/coldfire/entry.S b/arch/m68k/platform/coldfire/entry.S
index 5837cf0..bc15bea 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 129bff4..da21180 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>
-- 
1.7.0.4

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] m68knommu: Remove obsolete #include <linux/sys.h>
  2011-04-06 19:43 ` Geert Uytterhoeven
  (?)
@ 2011-04-07  1:47   ` Greg Ungerer
  -1 siblings, 0 replies; 6+ messages in thread
From: Greg Ungerer @ 2011-04-07  1:47 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: uClinux list, Linux/m68k, Linux Kernel Development, kernel-janitors

Hi Geert,

On 07/04/11 05:43, Geert Uytterhoeven wrote:
> Signed-off-by: Geert Uytterhoeven<geert@linux-m68k.org>

Looks good. Compile and run tested on m68knommu (at 2.6.39-rc2).
I have added this to the m68knommu git tree.

Regards
Greg


> ---
> Janitors: "git grep linux/sys.h" shows many more.
>
>   arch/m68k/kernel/entry_no.S         |    1 -
>   arch/m68k/kernel/syscalltable.S     |    1 -
>   arch/m68k/platform/68328/entry.S    |    1 -
>   arch/m68k/platform/68360/entry.S    |    1 -
>   arch/m68k/platform/coldfire/entry.S |    1 -
>   arch/m68k/platform/coldfire/head.S  |    1 -
>   6 files changed, 0 insertions(+), 6 deletions(-)
>
> diff --git a/arch/m68k/kernel/entry_no.S b/arch/m68k/kernel/entry_no.S
> index 2783f25..5f0f6b5 100644
> --- a/arch/m68k/kernel/entry_no.S
> +++ b/arch/m68k/kernel/entry_no.S
> @@ -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>
> diff --git a/arch/m68k/kernel/syscalltable.S b/arch/m68k/kernel/syscalltable.S
> index 79b1ed1..935e10a 100644
> --- a/arch/m68k/kernel/syscalltable.S
> +++ b/arch/m68k/kernel/syscalltable.S
> @@ -11,7 +11,6 @@
>    *  Copyright (C) 1991, 1992  Linus Torvalds
>    */
>
> -#include<linux/sys.h>
>   #include<linux/linkage.h>
>   #include<asm/unistd.h>
>
> diff --git a/arch/m68k/platform/68328/entry.S b/arch/m68k/platform/68328/entry.S
> index 676960c..0747318 100644
> --- a/arch/m68k/platform/68328/entry.S
> +++ b/arch/m68k/platform/68328/entry.S
> @@ -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>
> diff --git a/arch/m68k/platform/68360/entry.S b/arch/m68k/platform/68360/entry.S
> index 46c1b18..e1477f2 100644
> --- a/arch/m68k/platform/68360/entry.S
> +++ b/arch/m68k/platform/68360/entry.S
> @@ -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>
> diff --git a/arch/m68k/platform/coldfire/entry.S b/arch/m68k/platform/coldfire/entry.S
> index 5837cf0..bc15bea 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 129bff4..da21180 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>


-- 
------------------------------------------------------------------------
Greg Ungerer  --  Principal Engineer        EMAIL:     gerg@snapgear.com
SnapGear Group, McAfee                      PHONE:       +61 7 3435 2888
8 Gardner Close                             FAX:         +61 7 3217 5323
Milton, QLD, 4064, Australia                WEB: http://www.SnapGear.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] m68knommu: Remove obsolete #include <linux/sys.h>
@ 2011-04-07  1:47   ` Greg Ungerer
  0 siblings, 0 replies; 6+ messages in thread
From: Greg Ungerer @ 2011-04-07  1:47 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: uClinux list, Linux/m68k, Linux Kernel Development, kernel-janitors

Hi Geert,

On 07/04/11 05:43, Geert Uytterhoeven wrote:
> Signed-off-by: Geert Uytterhoeven<geert@linux-m68k.org>

Looks good. Compile and run tested on m68knommu (at 2.6.39-rc2).
I have added this to the m68knommu git tree.

Regards
Greg


> ---
> Janitors: "git grep linux/sys.h" shows many more.
>
>   arch/m68k/kernel/entry_no.S         |    1 -
>   arch/m68k/kernel/syscalltable.S     |    1 -
>   arch/m68k/platform/68328/entry.S    |    1 -
>   arch/m68k/platform/68360/entry.S    |    1 -
>   arch/m68k/platform/coldfire/entry.S |    1 -
>   arch/m68k/platform/coldfire/head.S  |    1 -
>   6 files changed, 0 insertions(+), 6 deletions(-)
>
> diff --git a/arch/m68k/kernel/entry_no.S b/arch/m68k/kernel/entry_no.S
> index 2783f25..5f0f6b5 100644
> --- a/arch/m68k/kernel/entry_no.S
> +++ b/arch/m68k/kernel/entry_no.S
> @@ -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>
> diff --git a/arch/m68k/kernel/syscalltable.S b/arch/m68k/kernel/syscalltable.S
> index 79b1ed1..935e10a 100644
> --- a/arch/m68k/kernel/syscalltable.S
> +++ b/arch/m68k/kernel/syscalltable.S
> @@ -11,7 +11,6 @@
>    *  Copyright (C) 1991, 1992  Linus Torvalds
>    */
>
> -#include<linux/sys.h>
>   #include<linux/linkage.h>
>   #include<asm/unistd.h>
>
> diff --git a/arch/m68k/platform/68328/entry.S b/arch/m68k/platform/68328/entry.S
> index 676960c..0747318 100644
> --- a/arch/m68k/platform/68328/entry.S
> +++ b/arch/m68k/platform/68328/entry.S
> @@ -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>
> diff --git a/arch/m68k/platform/68360/entry.S b/arch/m68k/platform/68360/entry.S
> index 46c1b18..e1477f2 100644
> --- a/arch/m68k/platform/68360/entry.S
> +++ b/arch/m68k/platform/68360/entry.S
> @@ -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>
> diff --git a/arch/m68k/platform/coldfire/entry.S b/arch/m68k/platform/coldfire/entry.S
> index 5837cf0..bc15bea 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 129bff4..da21180 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>


-- 
------------------------------------------------------------------------
Greg Ungerer  --  Principal Engineer        EMAIL:     gerg@snapgear.com
SnapGear Group, McAfee                      PHONE:       +61 7 3435 2888
8 Gardner Close                             FAX:         +61 7 3217 5323
Milton, QLD, 4064, Australia                WEB: http://www.SnapGear.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] m68knommu: Remove obsolete #include <linux/sys.h>
@ 2011-04-07  1:47   ` Greg Ungerer
  0 siblings, 0 replies; 6+ messages in thread
From: Greg Ungerer @ 2011-04-07  1:47 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: uClinux list, Linux/m68k, Linux Kernel Development, kernel-janitors

Hi Geert,

On 07/04/11 05:43, Geert Uytterhoeven wrote:
> Signed-off-by: Geert Uytterhoeven<geert@linux-m68k.org>

Looks good. Compile and run tested on m68knommu (at 2.6.39-rc2).
I have added this to the m68knommu git tree.

Regards
Greg


> ---
> Janitors: "git grep linux/sys.h" shows many more.
>
>   arch/m68k/kernel/entry_no.S         |    1 -
>   arch/m68k/kernel/syscalltable.S     |    1 -
>   arch/m68k/platform/68328/entry.S    |    1 -
>   arch/m68k/platform/68360/entry.S    |    1 -
>   arch/m68k/platform/coldfire/entry.S |    1 -
>   arch/m68k/platform/coldfire/head.S  |    1 -
>   6 files changed, 0 insertions(+), 6 deletions(-)
>
> diff --git a/arch/m68k/kernel/entry_no.S b/arch/m68k/kernel/entry_no.S
> index 2783f25..5f0f6b5 100644
> --- a/arch/m68k/kernel/entry_no.S
> +++ b/arch/m68k/kernel/entry_no.S
> @@ -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>
> diff --git a/arch/m68k/kernel/syscalltable.S b/arch/m68k/kernel/syscalltable.S
> index 79b1ed1..935e10a 100644
> --- a/arch/m68k/kernel/syscalltable.S
> +++ b/arch/m68k/kernel/syscalltable.S
> @@ -11,7 +11,6 @@
>    *  Copyright (C) 1991, 1992  Linus Torvalds
>    */
>
> -#include<linux/sys.h>
>   #include<linux/linkage.h>
>   #include<asm/unistd.h>
>
> diff --git a/arch/m68k/platform/68328/entry.S b/arch/m68k/platform/68328/entry.S
> index 676960c..0747318 100644
> --- a/arch/m68k/platform/68328/entry.S
> +++ b/arch/m68k/platform/68328/entry.S
> @@ -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>
> diff --git a/arch/m68k/platform/68360/entry.S b/arch/m68k/platform/68360/entry.S
> index 46c1b18..e1477f2 100644
> --- a/arch/m68k/platform/68360/entry.S
> +++ b/arch/m68k/platform/68360/entry.S
> @@ -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>
> diff --git a/arch/m68k/platform/coldfire/entry.S b/arch/m68k/platform/coldfire/entry.S
> index 5837cf0..bc15bea 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 129bff4..da21180 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>


-- 
------------------------------------------------------------------------
Greg Ungerer  --  Principal Engineer        EMAIL:     gerg@snapgear.com
SnapGear Group, McAfee                      PHONE:       +61 7 3435 2888
8 Gardner Close                             FAX:         +61 7 3217 5323
Milton, QLD, 4064, Australia                WEB: http://www.SnapGear.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] m68knommu: Remove obsolete #include <linux/sys.h>
@ 2011-04-06 19:43 Geert Uytterhoeven
  0 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2011-04-06 19:43 UTC (permalink / raw)
  To: Greg Ungerer
  Cc: uClinux list, Linux/m68k, Linux Kernel Development, kernel-janitors

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
Janitors: "git grep linux/sys.h" shows many more.

 arch/m68k/kernel/entry_no.S         |    1 -
 arch/m68k/kernel/syscalltable.S     |    1 -
 arch/m68k/platform/68328/entry.S    |    1 -
 arch/m68k/platform/68360/entry.S    |    1 -
 arch/m68k/platform/coldfire/entry.S |    1 -
 arch/m68k/platform/coldfire/head.S  |    1 -
 6 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/arch/m68k/kernel/entry_no.S b/arch/m68k/kernel/entry_no.S
index 2783f25..5f0f6b5 100644
--- a/arch/m68k/kernel/entry_no.S
+++ b/arch/m68k/kernel/entry_no.S
@@ -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>
diff --git a/arch/m68k/kernel/syscalltable.S b/arch/m68k/kernel/syscalltable.S
index 79b1ed1..935e10a 100644
--- a/arch/m68k/kernel/syscalltable.S
+++ b/arch/m68k/kernel/syscalltable.S
@@ -11,7 +11,6 @@
  *  Copyright (C) 1991, 1992  Linus Torvalds
  */
 
-#include <linux/sys.h>
 #include <linux/linkage.h>
 #include <asm/unistd.h>
 
diff --git a/arch/m68k/platform/68328/entry.S b/arch/m68k/platform/68328/entry.S
index 676960c..0747318 100644
--- a/arch/m68k/platform/68328/entry.S
+++ b/arch/m68k/platform/68328/entry.S
@@ -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>
diff --git a/arch/m68k/platform/68360/entry.S b/arch/m68k/platform/68360/entry.S
index 46c1b18..e1477f2 100644
--- a/arch/m68k/platform/68360/entry.S
+++ b/arch/m68k/platform/68360/entry.S
@@ -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>
diff --git a/arch/m68k/platform/coldfire/entry.S b/arch/m68k/platform/coldfire/entry.S
index 5837cf0..bc15bea 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 129bff4..da21180 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>
-- 
1.7.0.4

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-04-07  1:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-06 19:43 [PATCH] m68knommu: Remove obsolete #include <linux/sys.h> Geert Uytterhoeven
2011-04-06 19:43 ` Geert Uytterhoeven
2011-04-07  1:47 ` Greg Ungerer
2011-04-07  1:47   ` Greg Ungerer
2011-04-07  1:47   ` Greg Ungerer
  -- strict thread matches above, loose matches on Subject: below --
2011-04-06 19:43 Geert Uytterhoeven

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.