diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2012-04-19 09:45:29 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-04-20 21:22:30 -0400 |
commit | a5347fe36b313c07d59b065d00a8fa56362c5f97 (patch) | |
tree | 8778711b514baca6f5686777c0dea245a8874711 /include/net/ip.h | |
parent | ec8f23ce0f4005b74013d4d122e0d540397a93c9 (diff) |
net: Delete all remaining instances of ctl_path
We don't use struct ctl_path anymore so delete the exported constants.
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Acked-by: Pavel Emelyanov <xemul@parallels.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ip.h')
-rw-r--r-- | include/net/ip.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/ip.h b/include/net/ip.h index b53d65f24f7b..94ddb69cc0f3 100644 --- a/include/net/ip.h +++ b/include/net/ip.h | |||
@@ -222,9 +222,6 @@ static inline int inet_is_reserved_local_port(int port) | |||
222 | 222 | ||
223 | extern int sysctl_ip_nonlocal_bind; | 223 | extern int sysctl_ip_nonlocal_bind; |
224 | 224 | ||
225 | extern struct ctl_path net_core_path[]; | ||
226 | extern struct ctl_path net_ipv4_ctl_path[]; | ||
227 | |||
228 | /* From inetpeer.c */ | 225 | /* From inetpeer.c */ |
229 | extern int inet_peer_threshold; | 226 | extern int inet_peer_threshold; |
230 | extern int inet_peer_minttl; | 227 | extern int inet_peer_minttl; |