[TCP]: Move code from tcp_ecn.h to tcp*.c and tcp.h & remove it
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Sun, 27 May 2007 09:04:16 +0000 (02:04 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:47:54 +0000 (16:47 -0700)
No other users exist for tcp_ecn.h. Very few things remain in
tcp.h, for most TCP ECN functions callers reside within a
single .c file and can be placed there.

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found