sunbmac: Remove unused local variable.
authorDavid S. Miller <davem@davemloft.net>
Fri, 21 Sep 2012 19:23:12 +0000 (15:23 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 Sep 2012 19:23:12 +0000 (15:23 -0400)
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>

No differences found