Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information