net: ll_temac: remove virt_to_bus call
authorJohn Linn <john.linn@xilinx.com>
Thu, 8 Apr 2010 07:08:01 +0000 (07:08 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Apr 2010 08:33:43 +0000 (01:33 -0700)
commit33646d7ff5f47225cbbf3a06597ded649bf34e8d
tree16d9cb268da8457ba3bc4ce52e052789149b9d53
parented85b565b825566da34e55eee9ad150ed93fdda0
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>
drivers/net/ll_temac_main.c