aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtl8192e/Makefile
diff options
context:
space:
mode:
authorSean MacLennan <seanm@seanm.ca>2013-04-08 21:18:06 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2013-04-09 14:13:06 -0400
commitf56e2947be4585fd35627b4b778c582ca7fb5b03 (patch)
tree48b47208b56cc1b7f522570f115620287e9a7363 /drivers/staging/rtl8192e/rtl8192e/Makefile
parentrtl8192e: switch to proc_create() (diff)
downloadlinux-dev-f56e2947be4585fd35627b4b778c582ca7fb5b03.tar.xz
linux-dev-f56e2947be4585fd35627b4b778c582ca7fb5b03.zip
The rtl8192e procfs-based debug interface seems very broken
The procfs debug code in rtl_debug.c is, ironically, very buggy: it lacks proper locking. Since the most useful part of the code (the stats) are available through more standard APIs, I think it is best to just delete the whole mess. Signed-off-by: Sean MacLennan <seanm@seanm.ca> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'drivers/staging/rtl8192e/rtl8192e/Makefile')
-rw-r--r--drivers/staging/rtl8192e/rtl8192e/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192e/rtl8192e/Makefile b/drivers/staging/rtl8192e/rtl8192e/Makefile
index 313a92ec6833..a2c4fb4ba1af 100644
--- a/drivers/staging/rtl8192e/rtl8192e/Makefile
+++ b/drivers/staging/rtl8192e/rtl8192e/Makefile
@@ -7,7 +7,6 @@ r8192e_pci-objs := \
r8190P_rtl8256.o \
rtl_cam.o \
rtl_core.o \
- rtl_debug.o \
rtl_dm.o \
rtl_eeprom.o \
rtl_ethtool.o \