]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: rtl8192u: delete unused function CAM_read_entry
authorBenedict Boerger <benedict.boerger@cs.tu-dortmund.de>
Thu, 18 Sep 2014 15:46:23 +0000 (17:46 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 Sep 2014 00:11:06 +0000 (17:11 -0700)
commit4af409f6c38029e1eda0a5e7bbf15e9b1b7d7fab
tree67fe478d6efcee87d35c7d3acdc93e7cf5908e0f
parent77baad9e4d71e75d7ad6ee83454113d4a6a7b04d
staging: rtl8192u: delete unused function CAM_read_entry

Fix the sparse warning: symbol 'CAM_read_entry' was not declared. Should it be static?

The function CAM_read_entry is not used and therefore deleted.

Signed-off-by: Benedict Boerger <benedict.boerger@cs.tu-dortmund.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/r8192U_core.c