From: Jianjun Kong Date: Mon, 8 Dec 2008 06:26:29 +0000 (+0800) Subject: module: fix warning of unused function when !CONFIG_PROC_FS X-Git-Tag: v2.6.29-rc1~494^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1e99d7ae4e6bbd1ebb5e81ecd3af2b8793efee0;p=pandora-kernel.git module: fix warning of unused function when !CONFIG_PROC_FS Fix this warning: kernel/module.c:824: warning: ‘print_unload_info’ defined but not used print_unload_info() just was used when CONFIG_PROC_FS was defined. This patch mark print_unload_info() inline to solve the problem. Signed-off-by: Jianjun Kong Signed-off-by: Rusty Russell CC: Ingo Molnar CC: Américo Wang --- Reading git-diff-tree failed