diff options
Diffstat (limited to 'modutils/insmod.c')
-rw-r--r-- | modutils/insmod.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modutils/insmod.c b/modutils/insmod.c index 079de6940..6274a8d15 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.c | |||
@@ -3680,6 +3680,9 @@ static void check_tainted_module(struct obj_file *f, char *m_name) | |||
3680 | * start of some sections. this info is used by ksymoops to do better | 3680 | * start of some sections. this info is used by ksymoops to do better |
3681 | * debugging. | 3681 | * debugging. |
3682 | */ | 3682 | */ |
3683 | #if !ENABLE_FEATURE_INSMOD_VERSION_CHECKING | ||
3684 | #define get_module_version(f, str) get_module_version(str) | ||
3685 | #endif | ||
3683 | static int | 3686 | static int |
3684 | get_module_version(struct obj_file *f, char str[STRVERSIONLEN]) | 3687 | get_module_version(struct obj_file *f, char str[STRVERSIONLEN]) |
3685 | { | 3688 | { |