Skip to content

Commit

Permalink
net: Revert unused variable changes.
Browse files Browse the repository at this point in the history
This reverts commits:

c573972
1a59043
da2e2c2

They were meant for net-next not net.

Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
davem330 committed May 23, 2013
1 parent 497574c commit 7a1a0cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/ethernet/apple/bmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1016,6 +1016,7 @@ static void bmac_set_multicast(struct net_device *dev)
static void bmac_set_multicast(struct net_device *dev)
{
struct netdev_hw_addr *ha;
int i;
unsigned short rx_cfg;
u32 crc;

Expand Down
1 change: 1 addition & 0 deletions drivers/net/ethernet/korina.c
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ static void korina_multicast_list(struct net_device *dev)
unsigned long flags;
struct netdev_hw_addr *ha;
u32 recognise = ETH_ARC_AB; /* always accept broadcasts */
int i;

/* Set promiscuous mode */
if (dev->flags & IFF_PROMISC)
Expand Down
1 change: 1 addition & 0 deletions drivers/net/ethernet/sun/sunbmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -995,6 +995,7 @@ static void bigmac_set_multicast(struct net_device *dev)
struct bigmac *bp = netdev_priv(dev);
void __iomem *bregs = bp->bregs;
struct netdev_hw_addr *ha;
int i;
u32 tmp, crc;

/* Disable the receiver. The bit self-clears when
Expand Down

0 comments on commit 7a1a0cb

Please sign in to comment.