rtl8188eu: Remove internal leak checking - use kmemleak

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-05-25 21:17:38 -05:00
parent 96adb823b9
commit 3d0ee1321a
5 changed files with 117 additions and 1471 deletions

View file

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

@ -323,12 +323,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,