[IPV4]: Remove three declarations of unimplemented methods and correct a typo in...
authorRami Rosen <ramirose@gmail.com>
Wed, 2 Jan 2008 05:13:09 +0000 (21:13 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:00:29 +0000 (15:00 -0800)
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>

No differences found