Skip to content

Commit

Permalink
staging: delete all duplicated endian crap from rtl8712 driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Gortmaker committed May 10, 2012
1 parent 2046782 commit 9a0fbbb
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 539 deletions.
94 changes: 0 additions & 94 deletions drivers/staging/rtl8712/big_endian.h

This file was deleted.

178 changes: 0 additions & 178 deletions drivers/staging/rtl8712/generic.h

This file was deleted.

1 change: 0 additions & 1 deletion drivers/staging/rtl8712/hal_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@

#include "osdep_service.h"
#include "drv_types.h"
#include "rtl871x_byteorder.h"
#include "usb_osintf.h"

#define FWBUFF_ALIGN_SZ 512
Expand Down
94 changes: 0 additions & 94 deletions drivers/staging/rtl8712/little_endian.h

This file was deleted.

2 changes: 0 additions & 2 deletions drivers/staging/rtl8712/osdep_service.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ static inline void _set_workitem(_workitem *pwork)
schedule_work(pwork);
}

#include "rtl871x_byteorder.h"

#ifndef BIT
#define BIT(x) (1 << (x))
#endif
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/rtl8712/rtl8712_cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
#include "drv_types.h"
#include "recv_osdep.h"
#include "mlme_osdep.h"
#include "rtl871x_byteorder.h"
#include "rtl871x_ioctl_set.h"

static void check_hw_pbc(struct _adapter *padapter)
Expand Down
Loading

0 comments on commit 9a0fbbb

Please sign in to comment.