Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220256
b: refs/heads/master
c: 17b3138
h: refs/heads/master
v: v3
  • Loading branch information
Brett Rudley authored and Greg Kroah-Hartman committed Oct 8, 2010
1 parent 450cc90 commit ec96f03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 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: 0d2f0724a4b3a5d1631c39b1bbe7c78c4a15a7ac
refs/heads/master: 17b313857dde17c2a122f7a763da335c6378ba1d
9 changes: 0 additions & 9 deletions trunk/drivers/staging/brcm80211/util/linux_osl.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,6 @@ typedef struct bcm_static_pkt {
} bcm_static_pkt_t;
static bcm_static_pkt_t *bcm_static_skb = 0;
#endif /* DHD_USE_STATIC_BUF */
typedef struct bcm_mem_link {
struct bcm_mem_link *prev;
struct bcm_mem_link *next;
uint size;
int line;
char file[BCM_MEM_FILENAME_LEN];
} bcm_mem_link_t;

struct osl_info {
osl_pubinfo_t pub;
Expand All @@ -69,7 +62,6 @@ struct osl_info {
uint malloced;
uint failed;
uint bustype;
bcm_mem_link_t *dbgmem_list;
};

/* Global ASSERT type flag */
Expand Down Expand Up @@ -160,7 +152,6 @@ osl_t *osl_attach(void *pdev, uint bustype, bool pkttag)
osh->magic = OS_HANDLE_MAGIC;
osh->malloced = 0;
osh->failed = 0;
osh->dbgmem_list = NULL;
osh->pdev = pdev;
osh->pub.pkttag = pkttag;
osh->bustype = bustype;
Expand Down

0 comments on commit ec96f03

Please sign in to comment.