From: Franky Lin Date: Mon, 8 Aug 2011 13:58:32 +0000 (+0200) Subject: staging: brcm80211: remove structure sdio_hc in brcmfmac X-Git-Tag: v3.2-rc1~169^2^2~864^2~336 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bdc78fae281694d45268081748e40e4aee0078c;p=pandora-kernel.git staging: brcm80211: remove structure sdio_hc in brcmfmac Most members in sdio_hc are no longer needed anymore. And fullmac is keeping a global pointer of this structure. This patch deletes the structure and places the useful member to a new structure brcmf_sdio_dev. The pointer of brcmf_sdio_dev will be save in the private driver data during sdio_probe. Therefore, we don't need to keep the global pointer. Reviewed-by: Roland Vossen Signed-off-by: Arend van Spriel Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed