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