From: Kevin Winchester Date: Sun, 15 Jan 2012 23:32:55 +0000 (-0400) Subject: error: implicit declaration of function 'module_flags_taint' X-Git-Tag: v3.3-rc1~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53999bf34d55981328f8ba9def558d3e104d6e36;p=pandora-kernel.git 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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed