From: Julian Wiedmann Date: Wed, 5 Sep 2018 14:55:12 +0000 (+0200) Subject: net/iucv: declare iucv_path_table_empty() as static X-Git-Tag: v4.19~206^2~21^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b7f41565546d393747fd554f9526c1187c6bf652;p=platform%2Fkernel%2Flinux-rpi.git net/iucv: declare iucv_path_table_empty() as static Fixes a compile warning. Signed-off-by: Julian Wiedmann Signed-off-by: David S. Miller --- diff --git a/net/iucv/iucv.c b/net/iucv/iucv.c index 8f7ef167c45a..eb502c6290c2 100644 --- a/net/iucv/iucv.c +++ b/net/iucv/iucv.c @@ -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;