Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

IB/ipath: Make ipath_map_sg() static



Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
parent 38abaa63
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -96,7 +96,7 @@ static void ipath_dma_unmap_page(struct ib_device *dev,
	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)
{
	u64 addr;