commit | 33646d7ff5f47225cbbf3a06597ded649bf34e8d | [log] [tgz] |
---|---|---|
author | John Linn <john.linn@xilinx.com> | Thu Apr 08 07:08:01 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 13 01:33:43 2010 -0700 |
tree | 16d9cb268da8457ba3bc4ce52e052789149b9d53 | |
parent | ed85b565b825566da34e55eee9ad150ed93fdda0 [diff] |
net: ll_temac: remove virt_to_bus call The virt_to_bus call should not be used any longer as it's considered illegal. The driver has the physical address of the buffer in the descriptor such that it's not necessary anyway. Signed-off-by: John Linn <john.linn@xilinx.com> Acked-by: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: David S. Miller <davem@davemloft.net>