From: Qinghuang Feng Date: Tue, 6 Jan 2009 22:40:52 +0000 (-0800) Subject: samples: mark {static|__init|__exit} for {init|exit} functions X-Git-Tag: v2.6.29-rc1~378 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ec7fb394298c212c30e063c57e0aa895efe9439;p=pandora-kernel.git samples: mark {static|__init|__exit} for {init|exit} functions None of these (init|exit) functions is called from other functions which is outside the kernel module mechanism or kernel itself, so mark them as {static|__init|__exit}. Signed-off-by: Qinghuang Feng Cc: Mathieu Desnoyers Acked-by: Greg Kroah-Hartman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed