[ICMP]: Section conflict between icmp_sk_init/icmp_sk_exit.
authorDenis V. Lunev <den@openvz.org>
Fri, 29 Feb 2008 22:15:19 +0000 (14:15 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Feb 2008 22:15:19 +0000 (14:15 -0800)
Functions from __exit section should not be called from ones in __init
section. Fix this conflict.

Signed-off-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found