Skip to content

Commit

Permalink
net: dev_close_many() is static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Jan 21, 2011
1 parent ccd5c8e commit 3fbd875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/core/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3fbd875

Please sign in to comment.