]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Fix compile warning in kernel/params.c
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Oct 2008 19:07:17 +0000 (12:07 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Oct 2008 19:09:00 +0000 (12:09 -0700)
commitd2441183dc222d12961ff2201f5086c846505d93
treedcede8bab98871d7fd4739a063c533d6fd79921d
parent88ed86fee6651033de9b7038dac7869a9f19775a
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 <torvalds@linux-foundation.org>
kernel/params.c