diff options
Diffstat (limited to 'drivers/infiniband/hw/amso1100/c2_mq.h')
-rw-r--r-- | drivers/infiniband/hw/amso1100/c2_mq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/amso1100/c2_mq.h b/drivers/infiniband/hw/amso1100/c2_mq.h index acede007b94a..fc1b9a7cec4b 100644 --- a/drivers/infiniband/hw/amso1100/c2_mq.h +++ b/drivers/infiniband/hw/amso1100/c2_mq.h | |||
@@ -71,7 +71,7 @@ struct c2_mq { | |||
71 | u8 __iomem *adapter; | 71 | u8 __iomem *adapter; |
72 | } msg_pool; | 72 | } msg_pool; |
73 | dma_addr_t host_dma; | 73 | dma_addr_t host_dma; |
74 | DECLARE_PCI_UNMAP_ADDR(mapping); | 74 | DEFINE_DMA_UNMAP_ADDR(mapping); |
75 | u16 hint_count; | 75 | u16 hint_count; |
76 | u16 priv; | 76 | u16 priv; |
77 | struct c2_mq_shared __iomem *peer; | 77 | struct c2_mq_shared __iomem *peer; |