From: Kevin McKinney Date: Fri, 2 Nov 2012 03:42:23 +0000 (-0400) Subject: Staging: bcm: Remove typedef for _USB_TCB and call directly. X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~626 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8355aa36c1ad3a63860fe30a74d2befc1148b5b;p=pandora-kernel.git Staging: bcm: Remove typedef for _USB_TCB and call directly. This patch removes typedef for _USB_TCB, changes the name of the struct to bcm_usb_tcb. In addition, any calls to typedefs USB_TCB, or *PUSB_TCB are changed to call the struct directly. Signed-off-by: Kevin McKinney Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed