atl1c: Fix set-but-unused variable.
authorDavid S. Miller <davem@davemloft.net>
Sun, 17 Apr 2011 07:55:20 +0000 (00:55 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 17 Apr 2011 07:55:20 +0000 (00:55 -0700)
The variable 'extra_size' is set but unused in
atl1c_configure_tx().  Just kill it off.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found