Skip to content

Commit

Permalink
[IPV4]: Remove three declarations of unimplemented methods and correc…
Browse files Browse the repository at this point in the history
…t a typo in include/net/ip.h

These three declarations in include/net/ip.h are not implemented
anywhere:

ip_mc_dropsocket(), ip_mc_dropdevice() and ip_net_unreachable().

Also, correct a comment to be "Functions provided by ip_fragment.c"
(instead of by ip_fragment.o) in consistency with the other comments
in this header.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Rami Rosen authored and David S. Miller committed Jan 28, 2008
1 parent f1862b0 commit b798232
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions include/net/ip.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ struct packet_type;
struct rtable;
struct sockaddr;

extern void ip_mc_dropsocket(struct sock *);
extern void ip_mc_dropdevice(struct net_device *dev);
extern int igmp_mc_proc_init(void);

/*
Expand Down Expand Up @@ -321,7 +319,7 @@ static __inline__ void inet_reset_saddr(struct sock *sk)
extern int ip_call_ra_chain(struct sk_buff *skb);

/*
* Functions provided by ip_fragment.o
* Functions provided by ip_fragment.c
*/

enum ip_defrag_users
Expand All @@ -344,7 +342,6 @@ int ip_frag_nqueues(void);
*/

extern int ip_forward(struct sk_buff *skb);
extern int ip_net_unreachable(struct sk_buff *skb);

/*
* Functions provided by ip_options.c
Expand Down

0 comments on commit b798232

Please sign in to comment.