mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-06 05:23:06 +00:00
rtl8188eu: Remove CONFIG_PROC_DEBUG - defined
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
a3f602a144
commit
08a92b716f
5 changed files with 1 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue