IB/ipath: Make more names static

Make symbols that are only used in a single source file static.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
此提交包含在:
Roland Dreier
2006-04-19 11:40:12 -07:00
父節點 64cb9c6aff
當前提交 ac2ae4c977
共有 9 個檔案被更改,包括 75 行新增93 行删除

查看文件

@@ -1729,7 +1729,7 @@ void ipath_free_pddata(struct ipath_devdata *dd, u32 port, int freehdrq)
}
}
int __init infinipath_init(void)
static int __init infinipath_init(void)
{
int ret;