mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2025-12-08 07:14:03 +00:00
Remove wrapper rtw_sleep_schedulable()
This wrapper is never used. Link: https://lore.kernel.org/r/20210805192644.15978-6-Larry.Finger@lwfinger.net
This commit is contained in:
committed by
Carlos Garcés
parent
a5adfa895b
commit
9ad10523e3
@@ -362,8 +362,6 @@ extern bool _rtw_time_after(systime a, systime b);
|
||||
#define rtw_time_before(a,b) _rtw_time_after(b,a)
|
||||
#endif
|
||||
|
||||
extern void rtw_sleep_schedulable(int ms);
|
||||
|
||||
extern void rtw_usleep_os(int us);
|
||||
|
||||
extern u32 rtw_atoi(u8 *s);
|
||||
|
||||
Reference in New Issue
Block a user