rtl8188eu: Remove CONFIG_PROC_DEBUG - defined

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-21 10:41:57 -05:00
parent a3f602a144
commit 08a92b716f
5 changed files with 1 additions and 20 deletions

View file

@ -19,8 +19,8 @@
******************************************************************************/
#define _RTW_DEBUG_C_
#include <rtw_debug.h>
#include <rtw_version.h>
#ifdef CONFIG_DEBUG_RTL871X
@ -59,9 +59,6 @@
#endif
#ifdef CONFIG_PROC_DEBUG
#include <rtw_version.h>
int proc_get_drv_version(char *page, char **start,
off_t offset, int count,
int *eof, void *data)
@ -1117,8 +1114,4 @@ int proc_set_btcoex_dbg(struct file *file, const char __user *buffer,
}
#endif /* CONFIG_BT_COEXIST */
#endif