Re: [V2 PATCH 06/10] of/drivers: Always use struct device.of_node to get node pointer
From: Grant Likely <hidden>
Date: 2010-03-18 17:15:54
Also in:
lkml, sparclinux
From: Grant Likely <hidden>
Date: 2010-03-18 17:15:54
Also in:
lkml, sparclinux
On Thu, Mar 18, 2010 at 10:59 AM, Sean MacLennan [off-list ref] wrote:
On Thu, 18 Mar 2010 09:22:39 -0600 Grant Likely [off-list ref] wrote:quoted
The following structure elements duplicate the information in 'struct device.of_node' and so are being eliminated. =A0This patches makes all readers of the following elements use device.of_node instead.The NDFC driver also needs a patch... or at least the version from your last of_patch set does. I am included the patch I needed to get it to compile.
Thanks Sean, I've added this patch to my series. s-o-b line please? g.