commit | 02ca646e73f3cb9be69e339841b94edae675e248 | [log] [tgz] |
---|---|---|
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | Thu Jul 23 11:18:49 2009 +0900 |
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | Tue Jul 28 14:19:18 2009 +0900 |
tree | 08277cb352e290ca5c0f52fd31c0bf4fc273e5f5 | |
parent | cf56e3f2e8a8d5b7bc719980869b0e7985c256f3 [diff] |
swiotlb: remove unnecessary swiotlb_bus_to_virt 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>