diff options
| author | Kevin Winchester <[email protected]> | 2012-01-15 23:32:55 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2012-01-16 00:21:07 +0000 |
| commit | 53999bf34d55981328f8ba9def558d3e104d6e36 (patch) | |
| tree | 4ca98169e5c96c1ec8e04d15fce75c60a8b9578d /lib/timerqueue.c | |
| parent | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... (diff) | |
| download | kernel-53999bf34d55981328f8ba9def558d3e104d6e36.tar.gz kernel-53999bf34d55981328f8ba9def558d3e104d6e36.zip | |
error: implicit declaration of function 'module_flags_taint'
Recent changes to kernel/module.c caused the following compile
error:
kernel/module.c: In function ‘show_taint’:
kernel/module.c:1024:2: error: implicit declaration of function ‘module_flags_taint’ [-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors
Correct this error by moving the definition of module_flags_taint
outside of the #ifdef CONFIG_MODULE_UNLOAD section.
Signed-off-by: Kevin Winchester <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/timerqueue.c')
0 files changed, 0 insertions, 0 deletions
