Skip to content

Commit

Permalink
net/iucv: declare iucv_path_table_empty() as static
Browse files Browse the repository at this point in the history
Fixes a compile warning.

Signed-off-by: Julian Wiedmann <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
julianwiedmann authored and davem330 committed Sep 6, 2018
1 parent b2f5439 commit b7f4156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/iucv/iucv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1874,7 +1874,7 @@ static void iucv_pm_complete(struct device *dev)
* Returns 0 if there are still 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;

Expand Down

0 comments on commit b7f4156

Please sign in to comment.