From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Rothwell Subject: linux-next: manual merge of the devicetree tree with Linus' tree Date: Fri, 16 Jul 2010 11:15:20 +1000 Message-ID: <20100716111520.732bd29a.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from chilli.pcug.org.au ([203.10.76.44]:57521 "EHLO smtps.tip.net.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935038Ab0GPBPX (ORCPT ); Thu, 15 Jul 2010 21:15:23 -0400 Sender: linux-next-owner@vger.kernel.org List-ID: To: Grant Likely Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Yinghai Lu , Benjamin Herrenschmidt , Andres Salomon Hi Grant, Today's linux-next merge of the devicetree tree got a conflict in arch/sparc/kernel/prom_64.c between commit 95f72d1ed41a66f1c1c29c24d479de81a0bea36f ("lmb: rename to memblock") from Linus' tree and commit 035ebefc737cce56d3938e9b7eaa5ac0e9c28715 ("of/sparc: move is_root_node() to of.h") from the devicetree tree. Just context changes. I fixed it up (see below) and can carry the fix for a while. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au diff --cc arch/sparc/kernel/prom_64.c index 466a327,0bffafd..0000000 --- a/arch/sparc/kernel/prom_64.c +++ b/arch/sparc/kernel/prom_64.c @@@ -20,8 -20,8 +20,8 @@@ #include #include #include -#include +#include - #include + #include #include #include