From: Kuninori Morimoto Date: Tue, 11 Oct 2011 05:04:41 +0000 (-0700) Subject: usb: gadget: renesas_usbhs: move done callback to struct usbhs_pkt X-Git-Tag: v3.2-rc1~183^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b331872b85c2ab388129af3343474e02e89498af;p=pandora-kernel.git usb: gadget: renesas_usbhs: move done callback to struct usbhs_pkt transfer done function was registered in struct struct usbhs_pipe_info. It was good for mod_gadget, but not good for mod_host. This function move it to struct usbhs_pkt. Signed-off-by: Kuninori Morimoto Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed