rtl8188eu: Remove DBG_MEM_ALLOC - not defined

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-20 23:27:16 -05:00
parent 8fff3d8663
commit 161c8d6e80
2 changed files with 1 additions and 22 deletions

View file

@ -1394,15 +1394,11 @@ _func_enter_;
RT_TRACE(_module_hci_intfs_c_,_drv_err_,("-dev_remove()\n"));
DBG_88E("-r871xu_dev_remove, done\n");
#ifdef DBG_MEM_ALLOC
rtw_dump_mem_stat ();
#endif
_func_exit_;
return;
}
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,24))
extern int console_suspend_enabled;
#endif