diff options
Diffstat (limited to 'drivers/net/cris')
-rw-r--r-- | drivers/net/cris/eth_v10.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/cris/eth_v10.c b/drivers/net/cris/eth_v10.c index 5dc984a3e005..917b7b46f1a7 100644 --- a/drivers/net/cris/eth_v10.c +++ b/drivers/net/cris/eth_v10.c | |||
@@ -630,7 +630,7 @@ e100_set_mac_address(struct net_device *dev, void *p) | |||
630 | { | 630 | { |
631 | struct net_local *np = netdev_priv(dev); | 631 | struct net_local *np = netdev_priv(dev); |
632 | struct sockaddr *addr = p; | 632 | struct sockaddr *addr = p; |
633 | int i; | 633 | DECLARE_MAC_BUF(mac); |
634 | 634 | ||
635 | spin_lock(&np->lock); /* preemption protection */ | 635 | spin_lock(&np->lock); /* preemption protection */ |
636 | 636 | ||