From: Sven Wegener Date: Sun, 10 Aug 2008 18:24:35 +0000 (+0000) Subject: ipvs: Annotate init functions with __init X-Git-Tag: v2.6.27-rc4~103^2~43^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=048cf48b897bcae9e6fa8b46b6976dab5e710e3c;p=pandora-kernel.git ipvs: Annotate init functions with __init Being able to discard these functions saves a couple of bytes at runtime. The cleanup functions can't be annotated with __exit as they are also called from init functions. Signed-off-by: Sven Wegener Acked-by: Simon Horman --- Reading git-diff-tree failed