From: Arend van Spriel Date: Thu, 9 Feb 2012 20:09:02 +0000 (+0100) Subject: brcm80211: fmac: use specific types in struct brcmf_bus X-Git-Tag: v3.4-rc1~177^2~108^2~39^2~113 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a332e4678e4e4f0030f10827980c72d32300274;p=pandora-kernel.git brcm80211: fmac: use specific types in struct brcmf_bus The fields bus_priv and drvr are defined as void pointer. It is preferred to have specific types for compiler type checking. To prepare for other bus types the bus_priv field is defined as a union containing the sdio bus private structure reference. Reviewed-by: Pieter-Paul Giesberts Reviewed-by: Franky (Zhenhui) Lin Signed-off-by: Arend van Spriel Signed-off-by: John W. Linville --- Reading git-diff-tree failed