Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757526AbYGFRcG (ORCPT ); Sun, 6 Jul 2008 13:32:06 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753701AbYGFRbv (ORCPT ); Sun, 6 Jul 2008 13:31:51 -0400 Received: from nf-out-0910.google.com ([64.233.182.187]:43550 "EHLO nf-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752766AbYGFRbu (ORCPT ); Sun, 6 Jul 2008 13:31:50 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=pge8R8eYUygPvyjy9YA87TnhLtMJ1Kre+8O2xFVjj4I8R8A2j2JCv2Yoft0EfkXC4J yv5skzp2rkFX1+A7iOg2ag79V6vVLbE0ZSkXVzbaGh/yLQO5+4QseQvwiXJIj1avW+UB To3E+jo4E4fYGoApKgFlRwdzLBR0aaDWZyjdY= Message-ID: <4871017A.8070208@gmail.com> Date: Sun, 06 Jul 2008 21:31:38 +0400 From: Alexander Beregalov User-Agent: Thunderbird 2.0.0.14 (X11/20080706) MIME-Version: 1.0 To: jgarzik@pobox.com, netdev@vger.kernel.org, kernel-janitors@vger.kernel.org, Linux Kernel Mailing List Subject: Re: [PATCH] drivers/net/cs89x0.c: remove unnecessary includes. References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1523 Lines: 36 Sorry for wrapping lines, resend. From: Alexander Beregalov The patch applies to the linux-next tree. drivers/net/cs89x0.c: remove unnecessary includes. asm/irq.h is already included unconditionally at 151 string. Signed-off-by: Alexander Beregalov --- diff --git a/drivers/net/cs89x0.c b/drivers/net/cs89x0.c index fba87ab..5a9d118 100644 --- a/drivers/net/cs89x0.c +++ b/drivers/net/cs89x0.c @@ -182,13 +182,10 @@ static unsigned int cs8900_irq_map[] = {1,0,0,0}; #elif defined(CONFIG_MACH_IXDP2351) static unsigned int netcard_portlist[] __used __initdata = {IXDP2351_VIRT_CS8900_BASE, 0}; static unsigned int cs8900_irq_map[] = {IRQ_IXDP2351_CS8900, 0, 0, 0}; -#include #elif defined(CONFIG_ARCH_IXDP2X01) -#include static unsigned int netcard_portlist[] __used __initdata = {IXDP2X01_CS8900_VIRT_BASE, 0}; static unsigned int cs8900_irq_map[] = {IRQ_IXDP2X01_CS8900, 0, 0, 0}; #elif defined(CONFIG_ARCH_PNX010X) -#include #include #define CIRRUS_DEFAULT_BASE IO_ADDRESS(EXT_STATIC2_s0_BASE + 0x200000) /* = Physical address 0x48200000 */ #define CIRRUS_DEFAULT_IRQ VH_INTC_INT_NUM_CASCADED_INTERRUPT_1 /* Event inputs bank 1 - ID 35/bit 3 */ -- 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/