atm: lec: Fix set-but-unused variables.
authorDavid S. Miller <davem@davemloft.net>
Sun, 17 Apr 2011 07:48:01 +0000 (00:48 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 17 Apr 2011 07:48:36 +0000 (00:48 -0700)
The variable 'eth' is set but unused in lec_handle_bridge().  Also,
the variable 'priv' is set but unused in lane_module_cleanup().

Just kill them off.

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

No differences found