From: Behan Webster Date: Wed, 29 Oct 2014 22:42:22 +0000 (-0700) Subject: staging, rtl8192e, LLVMLinux: Remove unused prototype X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~582 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d82f0029e03d8512ac523ac2e4caa5cecb989570;p=pandora-kernel.git staging, rtl8192e, LLVMLinux: Remove unused prototype MgntQuery_MgntFrameTxRate is only used within rtllib_softmac.c, so it really should be static instead of extern. Since it is currently extern a warning is generated because a different function of the same name is defined staticlly in ieee80211_softmac.c Removing the incorrect extern declaration and defining the rtllib_softmac version of this routine static fixes the warning. Signed-off-by: Behan Webster Suggested-by: Arnd Bergmann Cc: Arnd Bergmann Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed