[IPV4]: make ip_fragment() static
authorAdrian Bunk <bunk@stusta.de>
Sat, 7 Jan 2006 21:23:39 +0000 (13:23 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 7 Jan 2006 21:23:39 +0000 (13:23 -0800)
commit97dc627fb3471664c72d0933790a90ba3f91e131
tree89ca7c0856da17268c6f1c0a3d45fb07e4058741
parentf53b61d8c385140fe7f09e0c9187ae813ee9f330
[IPV4]: make ip_fragment() static

Since there's no longer any external user of ip_fragment() we can make
it static.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip.h
net/ipv4/ip_output.c