Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224516
b: refs/heads/master
c: eac0d3f
h: refs/heads/master
v: v3
  • Loading branch information
Jonas Bonn authored and David S. Miller committed Nov 28, 2010
1 parent 2335cc0 commit 4a9dde7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: e0f4258be2515afce8ef1e6fb22312525c281798
refs/heads/master: eac0d3ff5a92de410964fdf0d072314821ca39fc
3 changes: 0 additions & 3 deletions trunk/drivers/net/ethoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ MODULE_PARM_DESC(buffer_size, "DMA buffer allocation size");
* @netdev: pointer to network device structure
* @napi: NAPI structure
* @msg_enable: device state flags
* @rx_lock: receive lock
* @lock: device lock
* @phy: attached PHY
* @mdio: MDIO bus for PHY access
Expand All @@ -210,7 +209,6 @@ struct ethoc {
struct napi_struct napi;
u32 msg_enable;

spinlock_t rx_lock;
spinlock_t lock;

struct phy_device *phy;
Expand Down Expand Up @@ -1060,7 +1058,6 @@ static int __devinit ethoc_probe(struct platform_device *pdev)
/* setup NAPI */
netif_napi_add(netdev, &priv->napi, ethoc_poll, 64);

spin_lock_init(&priv->rx_lock);
spin_lock_init(&priv->lock);

ret = register_netdev(netdev);
Expand Down

0 comments on commit 4a9dde7

Please sign in to comment.