From: Kevin McKinney Date: Sat, 26 May 2012 16:05:09 +0000 (-0400) Subject: Staging: bcm: Remove typedef for _CONTROL_PACKET and call directly. X-Git-Tag: v3.6-rc1~100^2~945 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1975eda98d12c7b34cdc94c53cda32de263e4af;p=pandora-kernel.git Staging: bcm: Remove typedef for _CONTROL_PACKET and call directly. This patch removes typedef for _CONTROL_PACKET, changes the name of the struct from _CONTROL_PACKET to bcm_control_packet. In addition, any calls to the following typedefs "CONTROL_PACKET, *PCONTROL_PACKET" are changed to call the struct directly. Signed-off-by: Kevin McKinney Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed