From: Linus Torvalds Date: Thu, 23 Oct 2008 19:07:17 +0000 (-0700) Subject: Fix compile warning in kernel/params.c X-Git-Tag: v2.6.28-rc1~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2441183dc222d12961ff2201f5086c846505d93;p=pandora-kernel.git Fix compile warning in kernel/params.c Move free_module_param_attrs() into the CONFIG_MODULES section, since it's only used inside there. Thus avoiding the warning kernel/params.c:514: warning: 'free_module_param_attrs' defined but not used Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed