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>
此提交包含在:
@@ -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;
|
||||
|
||||
|
新增問題並參考
封鎖使用者