Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756875AbXKEOZb (ORCPT ); Mon, 5 Nov 2007 09:25:31 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755524AbXKEOZY (ORCPT ); Mon, 5 Nov 2007 09:25:24 -0500 Received: from moutng.kundenserver.de ([212.227.126.179]:57997 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754895AbXKEOZX (ORCPT ); Mon, 5 Nov 2007 09:25:23 -0500 Date: Mon, 5 Nov 2007 15:23:30 +0100 From: Andre Haupt To: linux-kernel@vger.kernel.org Cc: buytenh@wantstofly.org, dsaxena@plexity.net, Andre Haupt Subject: [patch 1/1] ixp23xx: fix some double includes Message-ID: <20071105142330.GA27398@ahaupt-debian-vm.localdomain> References: <20071105142114.977138260@ahaupt-debian-vm.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline; filename=ixp23xx_fix_includes User-Agent: quilt/0.45-1 X-Provags-ID: V01U2FsdGVkX18fuAfnkW6CsDnnkXeLriyaYmThrdwtNKonEzY 1aWH3zThFEVpKYB7BZUgRtXMRMspsy/0qKlOT+L2QXla6eBe19 bqfgJaQSL/vIy/YZyelvIWyHpUkz+7/tcAAQV0FilI= Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3038 Lines: 89 From: Andre Haupt Signed-off-by: Andre Haupt --- arch/arm/mach-ixp23xx/core.c | 1 - arch/arm/mach-ixp23xx/espresso.c | 2 -- arch/arm/mach-ixp23xx/ixdp2351.c | 2 -- arch/arm/mach-ixp23xx/roadrunner.c | 2 -- 4 files changed, 7 deletions(-) Index: linus/arch/arm/mach-ixp23xx/core.c =================================================================== --- linus.orig/arch/arm/mach-ixp23xx/core.c 2007-11-05 15:12:25.000000000 +0100 +++ linus/arch/arm/mach-ixp23xx/core.c 2007-11-05 15:12:45.000000000 +0100 @@ -19,7 +19,6 @@ #include #include #include -#include #include #include #include Index: linus/arch/arm/mach-ixp23xx/espresso.c =================================================================== --- linus.orig/arch/arm/mach-ixp23xx/espresso.c 2007-11-05 15:13:46.000000000 +0100 +++ linus/arch/arm/mach-ixp23xx/espresso.c 2007-11-05 15:14:46.000000000 +0100 @@ -15,7 +15,6 @@ #include #include #include -#include #include #include #include @@ -38,7 +37,6 @@ #include #include -#include #include #include #include Index: linus/arch/arm/mach-ixp23xx/ixdp2351.c =================================================================== --- linus.orig/arch/arm/mach-ixp23xx/ixdp2351.c 2007-11-05 15:15:15.000000000 +0100 +++ linus/arch/arm/mach-ixp23xx/ixdp2351.c 2007-11-05 15:15:38.000000000 +0100 @@ -20,7 +20,6 @@ #include #include #include -#include #include #include #include @@ -42,7 +41,6 @@ #include #include -#include #include #include #include Index: linus/arch/arm/mach-ixp23xx/roadrunner.c =================================================================== --- linus.orig/arch/arm/mach-ixp23xx/roadrunner.c 2007-11-05 15:15:55.000000000 +0100 +++ linus/arch/arm/mach-ixp23xx/roadrunner.c 2007-11-05 15:16:15.000000000 +0100 @@ -19,7 +19,6 @@ #include #include #include -#include #include #include #include @@ -42,7 +41,6 @@ #include #include -#include #include #include #include -- - 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/