commit | b3b8dc51c16cdaca0d191a340022093fb5c9f003 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sun Apr 17 00:15:22 2011 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Apr 17 00:15:22 2011 -0700 |
tree | a77d594c96aa66b51403a5241ba822ff61f2de49 | |
parent | 9bf9055eb716f85372c41b3fbc51f90bc7653740 [diff] |
econet: Fix set-but-unused variable. #if 0'd out code for IP handling in aun_data_available() has been commented out since the beginning, which makes the variable "ip" set but not used. Kill it off as well as the stub code. Signed-off-by: David S. Miller <davem@davemloft.net>