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