From: Lan Tianyu Date: Fri, 11 May 2012 08:08:30 +0000 (+0800) Subject: usb: move struct usb_device->children to struct usb_hub_port->child X-Git-Tag: v3.5-rc1~149^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bebc56d58dc780539777d2b1ca80df5566e2ad87;p=pandora-kernel.git usb: move struct usb_device->children to struct usb_hub_port->child Move child's pointer to the struct usb_hub_port since the child device is directly associated with the port. Provide usb_get_hub_child_device() to get child's pointer. Signed-off-by: Lan Tianyu Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed