From: Arend van Spriel Date: Fri, 29 Nov 2013 11:25:18 +0000 (+0100) Subject: brcmfmac: remove unnecessary EXPORT_SYMBOL() usage X-Git-Tag: v3.14-rc1~94^2~601^2^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84c69fb164cb0713c3e95bd190611f196d24c5b5;p=pandora-kernel.git brcmfmac: remove unnecessary EXPORT_SYMBOL() usage In bcmsdh.c the functions brcmf_sdio_probe() and brcmf_sdio_remove() were exported, but that is not needed. The functions are linked into the driver module, which is the only one needing to call these. Reviewed-by: Franky Lin Reviewed-by: Hante Meuleman Reviewed-by: Pieter-Paul Giesberts Reviewed-by: Daniel (Deognyoun) Kim Signed-off-by: Arend van Spriel Signed-off-by: John W. Linville --- Reading git-diff-tree failed