mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-07-17 09:39:04 +00:00
rtl8188eu: Remove _rtw_spinlock_init
This function is the same as spin_lock_init() Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
9d1d96c95d
commit
d8ced1a187
14 changed files with 26 additions and 48 deletions
|
@ -3891,7 +3891,7 @@ inline void rtw_macid_ctl_set_rate_bmp1(struct macid_ctl_t *macid_ctl, u8 id, u3
|
|||
|
||||
inline void rtw_macid_ctl_init(struct macid_ctl_t *macid_ctl)
|
||||
{
|
||||
_rtw_spinlock_init(&macid_ctl->lock);
|
||||
spin_lock_init(&macid_ctl->lock);
|
||||
}
|
||||
|
||||
inline void rtw_macid_ctl_deinit(struct macid_ctl_t *macid_ctl)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue