From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938021AbZDJQz2 (ORCPT ); Fri, 10 Apr 2009 12:55:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S937535AbZDJQya (ORCPT ); Fri, 10 Apr 2009 12:54:30 -0400 Received: from www.tglx.de ([62.245.132.106]:42388 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S937484AbZDJQy3 (ORCPT ); Fri, 10 Apr 2009 12:54:29 -0400 Date: Fri, 10 Apr 2009 18:51:59 +0200 (CEST) From: Thomas Gleixner To: Jaswinder Singh Rajput cc: Ingo Molnar , x86 maintainers , LKML , Andrew Morton , Andi Kleen Subject: Re: [git-pull -tip] x86: declaration patches In-Reply-To: <1239381184.23116.5.camel@ht.satnam> Message-ID: References: <1239381184.23116.5.camel@ht.satnam> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 10 Apr 2009, Jaswinder Singh Rajput wrote: > #endif /* CONFIG_X86_32 */ > diff --git a/arch/x86/kernel/apic/io_apic.c b/arch/x86/kernel/apic/io_apic.c > index 8499000..d1bac67 100644 > --- a/arch/x86/kernel/apic/io_apic.c > +++ b/arch/x86/kernel/apic/io_apic.c > @@ -59,6 +59,7 @@ > #include > #include > #include > +#include /* smp_irq_move_cleanup_interrupt */ Can we please avoid these useless comments all over the place ? Thanks, tglx