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

10
hal/hal_com.c.rej Normal file
View file

@ -0,0 +1,10 @@
--- hal/hal_com.c
+++ hal/hal_com.c
@@ -20,7 +20,6 @@
#include <drv_conf.h>
#include <osdep_service.h>
#include <drv_types.h>
-#include <rtw_byteorder.h>
#include <hal_intf.h>
#include <hal_com.h>
#include <rtl8192d_hal.h>

10
hal/hal_intf.c.rej Normal file
View file

@ -0,0 +1,10 @@
--- hal/hal_intf.c
+++ hal/hal_intf.c
@@ -22,7 +22,6 @@
#include <drv_conf.h>
#include <osdep_service.h>
#include <drv_types.h>
-#include <rtw_byteorder.h>
#include <hal_intf.h>
#include <usb_hal.h>