]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
brcm80211: fmac: make brcmf_net_attach() static
authorArend van Spriel <arend@broadcom.com>
Wed, 11 Apr 2012 09:52:43 +0000 (11:52 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 13 Apr 2012 18:32:51 +0000 (14:32 -0400)
commit75c49904c9dbacb83e36c3d770e86b78b0661cbb
tree05ae46988c8819d9a38e10755bb88ed403091bb2
parent0446b49c3350ad1fdbc5a3f8f8223fc8af7d853b
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 <pieterpg@broadcom.com>
Reviewed-by: Franky (Zhenhui) Lin <frankyl@broadcom.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/brcm80211/brcmfmac/dhd.h
drivers/net/wireless/brcm80211/brcmfmac/dhd_linux.c