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:
Larry Finger 2015-01-28 23:58:29 -06:00
parent b2e37eb332
commit 6dc546efc8
20 changed files with 0 additions and 523 deletions

View file

@ -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