aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtl8192e/rtl_cam.h
diff options
context:
space:
mode:
authorRickard Strandqvist <rickard_strandqvist@spectrumdigital.se>2014-12-07 23:28:37 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-01-17 14:06:03 -0800
commitad6f87d016c22d63013cf889ecd4a5c598a17be0 (patch)
tree8fc1181d856e50ff6818026fe895233adbe0555e /drivers/staging/rtl8192e/rtl8192e/rtl_cam.h
parentstaging: rtl8188eu: os_dep: usb_ops_linux.c: Remove unused function (diff)
downloadlinux-dev-ad6f87d016c22d63013cf889ecd4a5c598a17be0.tar.xz
linux-dev-ad6f87d016c22d63013cf889ecd4a5c598a17be0.zip
staging: rtl8192e: rtl8192e: rtl_cam.c: Remove unused function
Remove the function CAM_read_entry() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192e/rtl8192e/rtl_cam.h')
-rw-r--r--drivers/staging/rtl8192e/rtl8192e/rtl_cam.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/rtl8192e/rtl8192e/rtl_cam.h b/drivers/staging/rtl8192e/rtl8192e/rtl_cam.h
index 7d075d3cbe62..3c4c0e61c181 100644
--- a/drivers/staging/rtl8192e/rtl8192e/rtl_cam.h
+++ b/drivers/staging/rtl8192e/rtl8192e/rtl_cam.h
@@ -41,6 +41,4 @@ void write_cam(struct net_device *dev, u8 addr, u32 data);
void CamRestoreAllEntry(struct net_device *dev);
-void CAM_read_entry(struct net_device *dev, u32 iIndex);
-
#endif