projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e66f416
)
Blackfin EMAC Driver: delete unused variables to fixup gcc warnings
author
Mike Frysinger
<
[email protected]
>
Thu, 27 Mar 2008 01:21:58 +0000
(18:21 -0700)
committer
Jeff Garzik
<
[email protected]
>
Sat, 29 Mar 2008 01:52:56 +0000
(21:52 -0400)
Signed-off-by: Mike Frysinger <
[email protected]
>
Signed-off-by: Bryan Wu <
[email protected]
>
Signed-off-by: Jeff Garzik <
[email protected]
>
drivers/net/bfin_mac.c
patch
|
blob
|
history
diff --git
a/drivers/net/bfin_mac.c
b/drivers/net/bfin_mac.c
index c993a32b3f50c1b0389a90ee193aa7bb24e94ba4..26b2dd5016cd4ecfcd9a94915dfa9cb4744f91f0 100644
(file)
--- a/
drivers/net/bfin_mac.c
+++ b/
drivers/net/bfin_mac.c
@@
-575,7
+575,6
@@
adjust_head:
static int bf537mac_hard_start_xmit(struct sk_buff *skb,
struct net_device *dev)
{
- struct bf537mac_local *lp = netdev_priv(dev);
unsigned int data;
current_tx_ptr->skb = skb;
@@
-634,7
+633,6
@@
out:
static void bf537mac_rx(struct net_device *dev)
{
struct sk_buff *skb, *new_skb;
- struct bf537mac_local *lp = netdev_priv(dev);
unsigned short len;
/* allocate a new skb for next time receive */