]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rtl8192u: Remove defined but unused function
authorEbru Akagunduz <ebru.akagunduz@gmail.com>
Sat, 4 Oct 2014 19:25:46 +0000 (22:25 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Oct 2014 02:29:14 +0000 (10:29 +0800)
commit697c35e34907d9984ad52f31ad7415d8184068f9
tree7033661eeba2570c8b00ce7e589c4a6459f828a3
parent1ab03ca851c1898d14980fb35ca72445f5fa13d8
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 <ebru.akagunduz@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/r8192U_dm.c