mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 16:44:20 +00:00
rtl8188eu: Remove DBG_CONFIG_ERROR_DETECT
This symbol is defined. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
15018af1a2
commit
2339d6c52a
20 changed files with 31 additions and 119 deletions
|
@ -21,6 +21,7 @@
|
|||
|
||||
|
||||
#include <rtw_debug.h>
|
||||
#include <rtw_sreset.h>
|
||||
|
||||
#ifdef CONFIG_DEBUG_RTL871X
|
||||
|
||||
|
@ -1177,8 +1178,6 @@ int proc_set_btcoex_dbg(struct file *file, const char __user *buffer,
|
|||
}
|
||||
#endif /* CONFIG_BT_COEXIST */
|
||||
|
||||
#if defined(DBG_CONFIG_ERROR_DETECT)
|
||||
#include <rtw_sreset.h>
|
||||
int proc_get_sreset(char *page, char **start, off_t offset, int count, int *eof, void *data)
|
||||
{
|
||||
struct net_device *dev = data;
|
||||
|
@ -1214,7 +1213,6 @@ int proc_set_sreset(struct file *file, const char __user *buffer, unsigned long
|
|||
return count;
|
||||
|
||||
}
|
||||
#endif /* DBG_CONFIG_ERROR_DETECT */
|
||||
|
||||
int proc_get_odm_dbg_comp(char *page, char **start, off_t offset, int count, int *eof, void *data)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue