summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712/rtl871x_xmit.c
diff options
context:
space:
mode:
authorPaul Gortmaker2012-05-10 05:10:54 +0200
committerPaul Gortmaker2012-05-10 19:10:03 +0200
commit9a0fbbb52ab08017ac51aceef76514799837f4b0 (patch)
treeeae1df4880317db460b854277000f4d6092cefe5 /drivers/staging/rtl8712/rtl871x_xmit.c
parentstaging: wean rtl8712 off of its ancient duplicate of ip.h (diff)
downloadkernel-qcow2-linux-9a0fbbb52ab08017ac51aceef76514799837f4b0.tar.gz
kernel-qcow2-linux-9a0fbbb52ab08017ac51aceef76514799837f4b0.tar.xz
kernel-qcow2-linux-9a0fbbb52ab08017ac51aceef76514799837f4b0.zip
staging: delete all duplicated endian crap from rtl8712 driver
This driver had headers like big_endian.h, little_endian.h, swab.h and yet we can throw them all in the trash can and the thing still builds on x86-64 and ppc, just by deleting the references to the deleted files. Cc: Larry Finger <Larry.Finger@lwfinger.net> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/staging/rtl8712/rtl871x_xmit.c')
-rw-r--r--drivers/staging/rtl8712/rtl871x_xmit.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8712/rtl871x_xmit.c b/drivers/staging/rtl8712/rtl871x_xmit.c
index 2ddb75744339..78f570b571a7 100644
--- a/drivers/staging/rtl8712/rtl871x_xmit.c
+++ b/drivers/staging/rtl8712/rtl871x_xmit.c
@@ -30,7 +30,6 @@
#include "osdep_service.h"
#include "drv_types.h"
-#include "rtl871x_byteorder.h"
#include "wifi.h"
#include "osdep_intf.h"
#include "usb_ops.h"