Re: [PATCH 12/37] drivers/usb: use .dev.of_node instead of .node in struct of_device

2010-03-11 Thread Greg KH
On Thu, Mar 11, 2010 at 11:04:54AM -0700, Grant Likely wrote: > .node is being removed > > Signed-off-by: Grant Likely Acked-by: Greg Kroah-Hartman ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-

[PATCH 12/37] drivers/usb: use .dev.of_node instead of .node in struct of_device

2010-03-11 Thread Grant Likely
.node is being removed Signed-off-by: Grant Likely --- drivers/usb/host/ehci-ppc-of.c |2 +- drivers/usb/host/isp1760-if.c |2 +- drivers/usb/host/ohci-ppc-of.c |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/usb/host/ehci-ppc-of.c b/drivers/usb/host/e