aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ipath/ipath_dma.c
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2007-02-16 14:58:08 -0800
committerRoland Dreier <rolandd@cisco.com>2007-02-16 14:58:08 -0800
commit630e61f2fa9bc842f1065ffa023aae8065a5ab23 (patch)
treebdab6a4de9b76855e5be300e7d2013fd089b4ca1 /drivers/infiniband/hw/ipath/ipath_dma.c
parentIB/core: Fix sparse warnings about shadowed declarations (diff)
downloadlinux-dev-630e61f2fa9bc842f1065ffa023aae8065a5ab23.tar.xz
linux-dev-630e61f2fa9bc842f1065ffa023aae8065a5ab23.zip
IB/ipath: Make ipath_map_sg() static
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/hw/ipath/ipath_dma.c')
-rw-r--r--drivers/infiniband/hw/ipath/ipath_dma.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/infiniband/hw/ipath/ipath_dma.c b/drivers/infiniband/hw/ipath/ipath_dma.c
index 6e0f2b8918ce..f6f949040825 100644
--- a/drivers/infiniband/hw/ipath/ipath_dma.c
+++ b/drivers/infiniband/hw/ipath/ipath_dma.c
@@ -96,8 +96,8 @@ 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,
- enum dma_data_direction direction)
+static int ipath_map_sg(struct ib_device *dev, struct scatterlist *sg, int nents,
+ enum dma_data_direction direction)
{
u64 addr;
int i;