git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88ed86f
)
Fix compile warning in kernel/params.c
author
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 23 Oct 2008 19:07:17 +0000
(12:07 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 23 Oct 2008 19:09:00 +0000
(12:09 -0700)
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>
No differences found