--- zzzz-none-000/linux-2.6.19.2/net/ipv4/tcp_cong.c 2007-01-10 19:10:37.000000000 +0000 +++ davinci-8020-5505/linux-2.6.19.2/net/ipv4/tcp_cong.c 2007-01-11 07:38:19.000000000 +0000 @@ -131,14 +131,6 @@ return ret; } -/* Set default value from kernel configuration at bootup */ -static int __init tcp_congestion_default(void) -{ - return tcp_set_default_congestion_control(CONFIG_DEFAULT_TCP_CONG); -} -late_initcall(tcp_congestion_default); - - /* Get current default congestion control */ void tcp_get_default_congestion_control(char *name) {