IB/mthca: Use the dma state API instead of pci equivalents

The DMA API is preferred; no functional change.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
This commit is contained in:
FUJITA Tomonori
2010-04-02 04:29:39 +00:00
committed by Roland Dreier
parent 0eddb519b9
commit 3a2baff783
3 changed files with 8 additions and 8 deletions

View File

@@ -46,7 +46,7 @@
struct mthca_buf_list {
void *buf;
DECLARE_PCI_UNMAP_ADDR(mapping)
DEFINE_DMA_UNMAP_ADDR(mapping);
};
union mthca_buf {