From: Arend van Spriel Date: Wed, 11 Apr 2012 09:52:43 +0000 (+0200) Subject: brcm80211: fmac: make brcmf_net_attach() static X-Git-Tag: v3.5-rc1~109^2~410^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75c49904c9dbacb83e36c3d770e86b78b0661cbb;p=pandora-kernel.git brcm80211: fmac: make brcmf_net_attach() static The function brcmf_net_attach() is only used within dhd_linux.c so it does not need to be extern. This patch makes the function static. 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