rtl8188eu: Remove all code associated with DBG_MEMORY_LEAK

This parameter is always undefined.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2018-12-24 16:34:30 -06:00
parent 4a5aa7a8b7
commit 1f6c1424cc
5 changed files with 1 additions and 57 deletions

View file

@ -349,8 +349,6 @@
/* #define DBG_HAL_INIT_PROFILING */
/* #define DBG_MEMORY_LEAK */
/* TX use 1 urb */
/* #define CONFIG_SINGLE_XMIT_BUF */
/* RX use 1 urb */

View file

@ -412,10 +412,6 @@ int proc_get_tx_stat(struct seq_file *m, void *v);
int proc_get_all_sta_info(struct seq_file *m, void *v);
#endif /* CONFIG_AP_MODE */
#ifdef DBG_MEMORY_LEAK
int proc_get_malloc_cnt(struct seq_file *m, void *v);
#endif /* DBG_MEMORY_LEAK */
#ifdef CONFIG_FIND_BEST_CHANNEL
int proc_get_best_channel(struct seq_file *m, void *v);
ssize_t proc_set_best_channel(struct file *file, const char __user *buffer, size_t count, loff_t *pos, void *data);