Эх сурвалжийг харах

staging:r8188eu: remove rtw_update_mem_stat definition

rtw_update_mem_stat definition does not used. Remove it.

Signed-off-by: Ivan Safonov <insafonov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Ivan Safonov 8 жил өмнө
parent
commit
e84741a938

+ 0 - 1
drivers/staging/rtl8188eu/include/osdep_service.h

@@ -69,7 +69,6 @@ static inline int rtw_netif_queue_stopped(struct net_device *pnetdev)
 		netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 3));
 		netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 3));
 }
 }
 
 
-#define rtw_update_mem_stat(flag, sz) do {} while (0)
 u8 *_rtw_malloc(u32 sz);
 u8 *_rtw_malloc(u32 sz);
 #define rtw_malloc(sz)			_rtw_malloc((sz))
 #define rtw_malloc(sz)			_rtw_malloc((sz))