dect
/
linux-2.6
Archived
13
0
Fork 0

net: dev_close_many() is static

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
CC: Octavian Purdila <opurdila@ixiacom.com>
Reviewed-by: Octavian Purdila <opurdila@ixiacom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Eric Dumazet 2011-01-19 21:23:22 +00:00 committed by David S. Miller
parent ccd5c8ef24
commit 3fbd8758b0
1 changed files with 1 additions and 1 deletions

View File

@ -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);