rtl8188eu: drop private endian framework

These changes are based on the similar modifications made by
Stefan Lippers-Hollmann for the rtl8192du driver.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-05-15 12:38:25 -05:00
parent 03280f73bd
commit d928fd343d
7 changed files with 30 additions and 4 deletions

View file

@ -1227,7 +1227,6 @@ __inline static void _set_workitem(_workitem *pwork)
#include <osdep_ce_service.h>
#endif
#include <rtw_byteorder.h>
#ifndef BIT
#define BIT(x) ( 1 << (x))

View file

@ -20,7 +20,6 @@
#ifndef _WIFI_H_
#define _WIFI_H_
#include <rtw_byteorder.h>
#ifdef BIT
//#error "BIT define occurred earlier elsewhere!\n"