Commit 3fbd8758 authored by Eric Dumazet's avatar Eric Dumazet Committed by David S. Miller

net: dev_close_many() is static

Signed-off-by: default avatarEric Dumazet <eric.dumazet@gmail.com>
CC: Octavian Purdila <opurdila@ixiacom.com>
Reviewed-by: default avatarOctavian Purdila <opurdila@ixiacom.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ccd5c8ef
......@@ -1285,7 +1285,7 @@ static int __dev_close(struct net_device *dev)
return __dev_close_many(&single);
}
int dev_close_many(struct list_head *head)
static int dev_close_many(struct list_head *head)
{
struct net_device *dev, *tmp;
LIST_HEAD(tmp_list);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment