swiotlb: remove unnecessary swiotlb_bus_to_virt
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Thu, 23 Jul 2009 02:18:49 +0000 (11:18 +0900)
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Tue, 28 Jul 2009 05:19:18 +0000 (14:19 +0900)
swiotlb_bus_to_virt is unncessary; we can use swiotlb_bus_to_phys and
phys_to_virt instead.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Acked-by: Becky Bruce <beckyb@kernel.crashing.org>

No differences found