From: Américo Wang Date: Tue, 24 Mar 2009 16:07:19 +0000 (+0800) Subject: kernel/module.c: fix an unused goto label X-Git-Tag: v2.6.30-rc1~206^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b10153fe31dde3805f8320b61ef147cebe379aee;p=pandora-kernel.git kernel/module.c: fix an unused goto label Impact: cleanup Label 'free_init' is only used when defined(CONFIG_MODULE_UNLOAD) && defined(CONFIG_SMP), so move it inside to shut up gcc. Signed-off-by: WANG Cong Cc: Rusty Russell Signed-off-by: Rusty Russell --- Reading git-diff-tree failed