From: Behan Webster Date: Wed, 29 Oct 2014 22:42:21 +0000 (-0700) Subject: staging, rtl8192e, LLVMLinux: Remove unused inline prototype X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~583 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62ec95f86d2850b7ce6d73fb236a6fcf48411aea;p=pandora-kernel.git staging, rtl8192e, LLVMLinux: Remove unused inline prototype rtllib_probe_req is defined as "static inline" in rtllib_softmac.c however it is declared differently as "extern inline" in rtllib_softmac.h. Since it isn't used outside of the scope of rtllib_softmac, it makes sense to remove the incorrect declaration. Signed-off-by: Behan Webster Suggested-by: Arnd Bergmann Cc: Arnd Bergmann Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed