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