linux-next: manual merge of the devicetree tree with Linus' tree

Previous thread: simulating errors in the file system by Jan III Sobieski on Thursday, July 15, 2010 - 5:22 pm. (1 message)

Next thread: Re: [PATCH 2.6.35-rc1] net-next: vmxnet3 fixes [1/5] Spare skb to avoid starvation by Shreyas Bhatewara on Thursday, July 15, 2010 - 6:19 pm. (2 messages)
From: Stephen Rothwell
Date: Thursday, July 15, 2010 - 6:15 pm

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 <linux/string.h>
  #include <linux/mm.h>
  #include <linux/module.h>
 -#include <linux/lmb.h>
 +#include <linux/memblock.h>
- #include <linux/of_device.h>
+ #include <linux/of.h>
  
  #include <asm/prom.h>
  #include <asm/oplib.h>
--

From: Grant Likely
Date: Thursday, July 15, 2010 - 9:27 pm

Okay, thanks Stephen.

g.
--

Previous thread: simulating errors in the file system by Jan III Sobieski on Thursday, July 15, 2010 - 5:22 pm. (1 message)

Next thread: Re: [PATCH 2.6.35-rc1] net-next: vmxnet3 fixes [1/5] Spare skb to avoid starvation by Shreyas Bhatewara on Thursday, July 15, 2010 - 6:19 pm. (2 messages)