提交 b7f41565 编写于 作者: J Julian Wiedmann 提交者: David S. Miller

net/iucv: declare iucv_path_table_empty() as static

Fixes a compile warning.
Signed-off-by: NJulian Wiedmann <jwi@linux.ibm.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 b2f54394
...@@ -1874,7 +1874,7 @@ static void iucv_pm_complete(struct device *dev) ...@@ -1874,7 +1874,7 @@ static void iucv_pm_complete(struct device *dev)
* Returns 0 if there are still iucv pathes defined * Returns 0 if there are still iucv pathes defined
* 1 if there are no iucv pathes defined * 1 if there are no iucv pathes defined
*/ */
int iucv_path_table_empty(void) static int iucv_path_table_empty(void)
{ {
int i; int i;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册