Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91935
b: refs/heads/master
c: 92998dd
h: refs/heads/master
i:
  91933: a51fcff
  91931: 862c39c
  91927: d729c02
  91919: c522da3
  91903: b08a5a5
v: v3
  • Loading branch information
Pavel Emelyanov authored and David S. Miller committed Apr 21, 2008
1 parent 0536f22 commit b17d0c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cdd04d98f6922f5a7ba52714f077140d42bc67c9
refs/heads/master: 92998dd4951a84cbde447eeac4af5770718864b8
7 changes: 0 additions & 7 deletions trunk/net/ipv6/addrconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -4338,12 +4338,6 @@ int unregister_inet6addr_notifier(struct notifier_block *nb)

EXPORT_SYMBOL(unregister_inet6addr_notifier);


static int addrconf_net_init(struct net *net)
{
return 0;
}

static void addrconf_net_exit(struct net *net)
{
struct net_device *dev;
Expand All @@ -4360,7 +4354,6 @@ static void addrconf_net_exit(struct net *net)
}

static struct pernet_operations addrconf_net_ops = {
.init = addrconf_net_init,
.exit = addrconf_net_exit,
};

Expand Down

0 comments on commit b17d0c8

Please sign in to comment.