Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934537Ab1FWXC5 (ORCPT ); Thu, 23 Jun 2011 19:02:57 -0400 Received: from mms2.broadcom.com ([216.31.210.18]:3068 "EHLO mms2.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933959Ab1FWXC4 convert rfc822-to-8bit (ORCPT ); Thu, 23 Jun 2011 19:02:56 -0400 X-Server-Uuid: D3C04415-6FA8-4F2C-93C1-920E106A2031 From: "JD (Jiandong) Zheng" To: "Jesper Juhl" , LKML cc: "trivial@kernel.org" , "Scott Branden" , "Russell King" , "linux-arm-kernel@lists.infradead.org" Date: Thu, 23 Jun 2011 16:02:42 -0700 Subject: RE: [PATCH 07/37] Remove unneeded version.h includes from arch/arm/ Thread-Topic: [PATCH 07/37] Remove unneeded version.h includes from arch/arm/ Thread-Index: Acwx81nABuDixeQYSNqKC5Z4+2oABgABcX3g Message-ID: <8628FE4E7912BF47A96AE7DD7BAC0AADF3FA9B8EB0@SJEXCHCCR02.corp.ad.broadcom.com> References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US MIME-Version: 1.0 X-WSS-ID: 621D18AA62O13214619-01-01 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1461 Lines: 44 On 6/23/2011 3:08 PM, Jesper Juhl wrote: > It was pointed out by 'make versioncheck' that some includes of > linux/version.h are not needed in arch/arm/. > This patch removes them. > > Signed-off-by: Jesper Juhl > --- > arch/arm/mach-bcmring/irq.c | 1 - > arch/arm/mach-bcmring/timer.c | 1 - > 2 files changed, 0 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/mach-bcmring/irq.c b/arch/arm/mach-bcmring/irq.c > index c48feaf..437fa68 100644 > --- a/arch/arm/mach-bcmring/irq.c > +++ b/arch/arm/mach-bcmring/irq.c > @@ -20,7 +20,6 @@ > #include > #include > #include > -#include > #include > > #include > diff --git a/arch/arm/mach-bcmring/timer.c b/arch/arm/mach-bcmring/timer.c > index 2d415d2..af9c3d7 100644 > --- a/arch/arm/mach-bcmring/timer.c > +++ b/arch/arm/mach-bcmring/timer.c > @@ -12,7 +12,6 @@ > * consent. > *****************************************************************************/ > > -#include > #include > #include > #include Acked-by: Jiandong Zheng -- 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/