Commit 630e61f2 authored by Roland Dreier's avatar Roland Dreier

IB/ipath: Make ipath_map_sg() static

Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
parent 38abaa63
...@@ -96,7 +96,7 @@ static void ipath_dma_unmap_page(struct ib_device *dev, ...@@ -96,7 +96,7 @@ static void ipath_dma_unmap_page(struct ib_device *dev,
BUG_ON(!valid_dma_direction(direction)); BUG_ON(!valid_dma_direction(direction));
} }
int ipath_map_sg(struct ib_device *dev, struct scatterlist *sg, int nents, static int ipath_map_sg(struct ib_device *dev, struct scatterlist *sg, int nents,
enum dma_data_direction direction) enum dma_data_direction direction)
{ {
u64 addr; u64 addr;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment