]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit882518e5a6e657058259e5660568cf5265c4f6cd
tree89ca7c0856da17268c6f1c0a3d45fb07e4058741
parenteb2addb3fff44b1765725501ee0236b7d70fb6ed
[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