mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-07 05:53:06 +00:00
rtl8188eu: Flatted os_dep/linux/ into os_dep/
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
18b0977770
commit
e0d59adcf6
19 changed files with 19 additions and 19 deletions
|
@ -104,10 +104,10 @@ u16 rtw_recv_select_queue(struct sk_buff *skb);
|
|||
int rtw_ndev_notifier_register(void);
|
||||
void rtw_ndev_notifier_unregister(void);
|
||||
|
||||
#include "../os_dep/linux/rtw_proc.h"
|
||||
#include "../os_dep/rtw_proc.h"
|
||||
|
||||
#ifdef CONFIG_IOCTL_CFG80211
|
||||
#include "../os_dep/linux/ioctl_cfg80211.h"
|
||||
#include "../os_dep/ioctl_cfg80211.h"
|
||||
#endif /* CONFIG_IOCTL_CFG80211 */
|
||||
|
||||
u8 rtw_rtnl_lock_needed(struct dvobj_priv *dvobj);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue