Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757319Ab1DGBsA (ORCPT ); Wed, 6 Apr 2011 21:48:00 -0400 Received: from sncsmrelay2.nai.com ([67.97.80.206]:50168 "EHLO sncsmrelay2.nai.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754665Ab1DGBr6 (ORCPT ); Wed, 6 Apr 2011 21:47:58 -0400 Message-ID: <4D9D17B3.7020809@snapgear.com> Date: Thu, 7 Apr 2011 11:47:31 +1000 From: Greg Ungerer User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110223 Thunderbird/3.1.8 MIME-Version: 1.0 To: Geert Uytterhoeven CC: uClinux list , Linux/m68k , Linux Kernel Development , Subject: Re: [PATCH] m68knommu: Remove obsolete #include References: In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3633 Lines: 108 Hi Geert, On 07/04/11 05:43, Geert Uytterhoeven wrote: > Signed-off-by: Geert Uytterhoeven 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 > */ > > -#include > #include > #include > #include > 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 > #include > #include > > 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 > #include > #include > #include > 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 > #include > #include > #include > 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 > */ > > -#include > #include > #include > #include > 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 > #include > #include > #include -- ------------------------------------------------------------------------ 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/