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