mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 22:43:04 +00:00
rtl8188eu: Remove byte ordering routines
The kernel routines can handle everything that is needed Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
b2e37eb332
commit
6dc546efc8
20 changed files with 0 additions and 523 deletions
|
@ -22,7 +22,6 @@
|
|||
|
||||
#include <drv_conf.h>
|
||||
#include <basic_types.h>
|
||||
//#include <rtl871x_byteorder.h>
|
||||
|
||||
#define _FAIL 0
|
||||
#define _SUCCESS 1
|
||||
|
@ -45,7 +44,6 @@
|
|||
#include <linux/skbuff.h>
|
||||
#include <linux/circ_buf.h>
|
||||
#include <asm/uaccess.h>
|
||||
#include <asm/byteorder.h>
|
||||
#include <asm/atomic.h>
|
||||
#include <asm/io.h>
|
||||
#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,26))
|
||||
|
@ -361,8 +359,6 @@ static inline void rtw_netif_stop_queue(struct net_device *pnetdev)
|
|||
#endif
|
||||
}
|
||||
|
||||
#include <rtw_byteorder.h>
|
||||
|
||||
#ifndef BIT
|
||||
#define BIT(x) ( 1 << (x))
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue