commit | 0bfd6075cf23d960198235b52f2fe941d7b397a2 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Fri Sep 21 15:23:12 2012 -0400 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 21 15:23:12 2012 -0400 |
tree | 2e27f387a43601db36d22e27b2417300ea8d0d52 | |
parent | 10f3f51d56648f4eaf5c9f7aee27c418b833c3c0 [diff] |
sunbmac: Remove unused local variable. Commit eb716c54b1c71ad28ab20461bff831bd481066c4 ("sunbmac: remove unnecessary setting of skb->dev") caused the local varible 'dev' in bigmac_init_rings to become unused. And now the compiler warns about it. Signed-off-by: David S. Miller <davem@davemloft.net>