Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763837AbYALOz0 (ORCPT ); Sat, 12 Jan 2008 09:55:26 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1762848AbYALOzS (ORCPT ); Sat, 12 Jan 2008 09:55:18 -0500 Received: from caramon.arm.linux.org.uk ([78.32.30.218]:46608 "EHLO caramon.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762815AbYALOzR (ORCPT ); Sat, 12 Jan 2008 09:55:17 -0500 Date: Sat, 12 Jan 2008 14:54:49 +0000 From: Russell King To: Lucas Woods , Andre Haupt , Michael-Luke Jones Cc: Andrew Morton , Linux Kernel List Subject: Fwd: Issue with arm-devel tree Message-ID: <20080112145449.GA11341@flint.arm.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2198 Lines: 74 It might be a good idea if there was some co-ordination with people involved in the duplicate include removal work... [ARM] remove duplicate includes Signed-off-by: Lucas Woods Acked-by: Lennert Buytenhek Signed-off-by: Andrew Morton Signed-off-by: Russell King @@ -20,7 +20,6 @@ #include #include #include -#include #include [ARM] ixp4xx: remove double include Remove double include. Signed-off-by: Andre Haupt Signed-off-by: Alessandro Zummo Signed-off-by: Andrew Morton Signed-off-by: Russell King @@ -18,7 +18,6 @@ */ #include -#include #include #include #include I've dropped the "ixp4xx: remove double include" commit and fixed the resulting breakage of "remove duplicate includes" change to resolve this problem. ----- Forwarded message from Michael-Luke Jones ----- To: rmk@arm.linux.org.uk From: Michael-Luke Jones Subject: Issue with arm-devel tree Date: Sat, 12 Jan 2008 14:23:44 +0000 http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/arm:devel.mbox contains two patches: "Re: [ARM] remove duplicate includes" from Lucas Woods "Re: [ARM] ixp4xx: remove double include" from Andre Haupt which between the two of them manage to delete *both* instances of #include in nslu2-power.c Given that nslu2-power.c calls machine_power_off() and ctrl_alt_del() this probably isn't a good thing. Michael-Luke Jones ----- End forwarded message ----- -- Russell King -- 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/