Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78334
b: refs/heads/master
c: 4a61b58
h: refs/heads/master
v: v3
  • Loading branch information
Pavel Emelyanov authored and David S. Miller committed Jan 28, 2008
1 parent 500eb08 commit 1e547f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 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: 08913681e484f3f0db949dd0809012e089846216
refs/heads/master: 4a61b586cd7eaab6242eca58e8e6e3c8ebd88bd2
4 changes: 2 additions & 2 deletions trunk/net/ipv6/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ ipv6-objs := af_inet6.o anycast.o ip6_output.o ip6_input.o addrconf.o \
addrlabel.o \
route.o ip6_fib.o ipv6_sockglue.o ndisc.o udp.o udplite.o \
raw.o protocol.o icmp.o mcast.o reassembly.o tcp_ipv6.o \
exthdrs.o sysctl_net_ipv6.o datagram.o \
ip6_flowlabel.o inet6_connection_sock.o
exthdrs.o datagram.o ip6_flowlabel.o inet6_connection_sock.o

ipv6-$(CONFIG_SYSCTL) = sysctl_net_ipv6.o
ipv6-$(CONFIG_XFRM) += xfrm6_policy.o xfrm6_state.o xfrm6_input.o \
xfrm6_output.o
ipv6-$(CONFIG_NETFILTER) += netfilter.o
Expand Down
7 changes: 0 additions & 7 deletions trunk/net/ipv6/sysctl_net_ipv6.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
#include <net/addrconf.h>
#include <net/inet_frag.h>

#ifdef CONFIG_SYSCTL

static ctl_table ipv6_table[] = {
{
.ctl_name = NET_IPV6_ROUTE,
Expand Down Expand Up @@ -115,8 +113,3 @@ void ipv6_sysctl_unregister(void)
{
unregister_sysctl_table(ipv6_sysctl_header);
}

#endif /* CONFIG_SYSCTL */



0 comments on commit 1e547f8

Please sign in to comment.