From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933088AbYEUJql (ORCPT ); Wed, 21 May 2008 05:46:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750963AbYEUJqc (ORCPT ); Wed, 21 May 2008 05:46:32 -0400 Received: from atrey.karlin.mff.cuni.cz ([195.113.31.123]:55980 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753729AbYEUJqc (ORCPT ); Wed, 21 May 2008 05:46:32 -0400 Date: Wed, 21 May 2008 11:47:24 +0200 From: Pavel Machek To: Ingo Molnar Cc: kernel list , Thomas Gleixner , "H. Peter Anvin" , macro@ds2.pg.gda.pl Subject: i8259.c: remove #ifdefs around includes Message-ID: <20080521094724.GC12763@elf.ucw.cz> References: <20080520151528.GA1596@elf.ucw.cz> <20080520204750.GA31409@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080520204750.GA31409@elte.hu> X-Warning: Reading this can be dangerous to your mental health. User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Remove #ifdefs around includes; including too much should be always safe. Signed-off-by: Pavel Machek --- commit 06f12eb6da33da70dbdccbee5a687d5353782e1d tree 62b9b1a785bbc5a9daa22512ec95601d54aa004d parent 44b4ec2247971ba1a1906752208182146fc5974c author Pavel Wed, 21 May 2008 11:46:46 +0200 committer Pavel Wed, 21 May 2008 11:46:46 +0200 arch/x86/kernel/i8259.c | 11 ----------- 1 files changed, 0 insertions(+), 11 deletions(-) diff --git a/arch/x86/kernel/i8259.c b/arch/x86/kernel/i8259.c index 2decba6..8b7eb0c 100644 --- a/arch/x86/kernel/i8259.c +++ b/arch/x86/kernel/i8259.c @@ -1,14 +1,10 @@ -#ifdef CONFIG_X86_64 #include -#endif /* CONFIG_X86_64 */ #include #include #include #include #include -#ifdef CONFIG_X86_64 #include -#endif /* CONFIG_X86_64 */ #include #include #include @@ -16,24 +12,17 @@ #include #include #include -#ifdef CONFIG_X86_64 #include -#endif /* CONFIG_X86_64 */ #include #include #include -#ifndef CONFIG_X86_64 #include -#else /* CONFIG_X86_64 */ #include -#endif /* CONFIG_X86_64 */ #include #include #include #include -#ifndef CONFIG_X86_64 #include -#endif /* ! CONFIG_X86_64 */ #include /* -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html