From: Ebru Akagunduz Date: Sat, 4 Oct 2014 19:25:46 +0000 (+0300) Subject: staging: rtl8192u: Remove defined but unused function X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~1236 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8c6b7e3c33d422e9bef47660619d7ff6ce7e85b;p=pandora-kernel.git staging: rtl8192u: Remove defined but unused function This patch fixes "symbol 'dm_change_rxpath_selection_setting' was not declared. Should it be static?" sparse warning in r8192U_dm.c After setting it as static, it causes to unused function sparse warning, because it is not used anywhere. Signed-off-by: Ebru Akagunduz Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed