Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219943
b: refs/heads/master
c: 89b32d4
h: refs/heads/master
i:
  219941: d1e5e29
  219939: cd6a59a
  219935: e001135
v: v3
  • Loading branch information
Pekka Enberg authored and Greg Kroah-Hartman committed Sep 21, 2010
1 parent 07396c9 commit 4646ff1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 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: 3c093865aecc7addd34a56b5cf4b2ee9223d9b2d
refs/heads/master: 89b32d45fe88884d4780057dd18a098b402e358c
5 changes: 0 additions & 5 deletions trunk/drivers/staging/winbond/core.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#ifndef __WINBOND_CORE_H
#define __WINBOND_CORE_H

#include <linux/spinlock.h>
#include <linux/wireless.h>
#include <linux/types.h>

Expand All @@ -21,8 +20,6 @@ struct mlme_frame {
u8 DataType;
u8 IsInUsed;

spinlock_t MLMESpinLock;

u8 TxMMPDU[MAX_NUM_TX_MMPDU][MAX_MMPDU_SIZE];
u8 TxMMPDUInUse[(MAX_NUM_TX_MMPDU + 3) & ~0x03];

Expand Down Expand Up @@ -57,8 +54,6 @@ struct wbsoft_priv {
struct hw_data sHwData; /*For HAL */
struct wb35_mds Mds;

spinlock_t SpinLock;

atomic_t ThreadCount;

u32 RxByteCount;
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/staging/winbond/wbusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -783,8 +783,6 @@ static int wb35_probe(struct usb_interface *intf,

priv = dev->priv;

spin_lock_init(&priv->SpinLock);

pWbUsb = &priv->sHwData.WbUsb;
pWbUsb->udev = udev;

Expand Down

0 comments on commit 4646ff1

Please sign in to comment.