Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304636
b: refs/heads/master
c: 2046782
h: refs/heads/master
v: v3
  • Loading branch information
Paul Gortmaker committed May 10, 2012
1 parent a283fdd commit 38e1434
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 142 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: be9a12040f6d1a29b9a7fdec89058edca0dc2c4d
refs/heads/master: 2046782524aebe7a5683ec62868a0d26c7d889b3
137 changes: 0 additions & 137 deletions trunk/drivers/staging/rtl8712/ip.h

This file was deleted.

2 changes: 1 addition & 1 deletion trunk/drivers/staging/rtl8712/rtl8712_recv.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
#define _RTL8712_RECV_C_

#include <linux/if_ether.h>
#include <linux/ip.h>

#include "osdep_service.h"
#include "drv_types.h"
#include "recv_osdep.h"
#include "mlme_osdep.h"
#include "ip.h"
#include "ethernet.h"
#include "usb_ops.h"
#include "wifi.h"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rtl8712/rtl871x_recv.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

#define _RTL871X_RECV_C_

#include <linux/ip.h>
#include <linux/slab.h>
#include <linux/if_ether.h>
#include <linux/kmemleak.h>
Expand All @@ -36,7 +37,6 @@
#include "drv_types.h"
#include "recv_osdep.h"
#include "mlme_osdep.h"
#include "ip.h"
#include "ethernet.h"
#include "usb_ops.h"
#include "wifi.h"
Expand Down
3 changes: 1 addition & 2 deletions trunk/drivers/staging/rtl8712/xmit_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,12 @@
#define _XMIT_OSDEP_C_

#include <linux/usb.h>
#include <linux/ip.h>
#include <linux/if_ether.h>

#include "osdep_service.h"
#include "drv_types.h"


#include "ip.h"
#include "rtl871x_byteorder.h"
#include "wifi.h"
#include "mlme_osdep.h"
Expand Down

0 comments on commit 38e1434

Please sign in to comment.