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)
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

Simple merge