diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/ping.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/ping.h b/include/net/ping.h index 23062c369c62..682b5ae9af51 100644 --- a/include/net/ping.h +++ b/include/net/ping.h | |||
@@ -44,8 +44,6 @@ extern struct proto ping_prot; | |||
44 | extern void ping_rcv(struct sk_buff *); | 44 | extern void ping_rcv(struct sk_buff *); |
45 | extern void ping_err(struct sk_buff *, u32 info); | 45 | extern void ping_err(struct sk_buff *, u32 info); |
46 | 46 | ||
47 | extern void inet_get_ping_group_range_net(struct net *net, unsigned int *low, unsigned int *high); | ||
48 | |||
49 | #ifdef CONFIG_PROC_FS | 47 | #ifdef CONFIG_PROC_FS |
50 | extern int __init ping_proc_init(void); | 48 | extern int __init ping_proc_init(void); |
51 | extern void ping_proc_exit(void); | 49 | extern void ping_proc_exit(void); |