[V2 PATCH 08/10] arch/powerpc: Remove obsolete dev_archdata.of_node and of_devce.node

2010-03-18 Thread Grant Likely
Both dev_archdata.of_node and of_device.node are duplications of the device.of_node value. This patch removes them. Signed-off-by: Grant Likely grant.lik...@secretlab.ca --- arch/powerpc/include/asm/device.h | 15 --- arch/powerpc/include/asm/of_device.h|1 -

Re: [V2 PATCH 08/10] arch/powerpc: Remove obsolete dev_archdata.of_node and of_devce.node

2010-03-18 Thread Anton Vorontsov
Hi Grant, On Thu, Mar 18, 2010 at 09:22:50AM -0600, Grant Likely wrote: Both dev_archdata.of_node and of_device.node are duplications of the device.of_node value. This patch removes them. Yeah, they're plain duplications since you introduced dev.of_node. I wonder what was the problem with

Re: [V2 PATCH 08/10] arch/powerpc: Remove obsolete dev_archdata.of_node and of_devce.node

2010-03-18 Thread Grant Likely
On Thu, Mar 18, 2010 at 9:47 AM, Anton Vorontsov avoront...@ru.mvista.com wrote: Hi Grant, On Thu, Mar 18, 2010 at 09:22:50AM -0600, Grant Likely wrote: Both dev_archdata.of_node and of_device.node are duplications of the device.of_node value.  This patch removes them. Yeah, they're plain