rtl8188eu: Remove code for DBG_MEMORY_LEAK

The kernel does a better job.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-02-14 20:27:38 -06:00
parent f0f2a06c6d
commit d2b7e5be2d
4 changed files with 0 additions and 58 deletions

View file

@ -381,8 +381,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

@ -373,12 +373,6 @@ extern u32 GlobalDebugLevel;
#endif
#ifdef DBG_MEMORY_LEAK
int proc_get_malloc_cnt(char *page, char **start,
off_t offset, int count,
int *eof, void *data);
#endif
#ifdef CONFIG_FIND_BEST_CHANNEL
int proc_get_best_channel(char *page, char **start,
off_t offset, int count,