diff options
Diffstat (limited to 'modutils/insmod.c')
-rw-r--r-- | modutils/insmod.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/modutils/insmod.c b/modutils/insmod.c index 842ef09d0..866e333ec 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.c | |||
@@ -3859,11 +3859,12 @@ add_ksymoops_symbols(struct obj_file *f, const char *filename, | |||
3859 | #if ENABLE_FEATURE_INSMOD_LOAD_MAP | 3859 | #if ENABLE_FEATURE_INSMOD_LOAD_MAP |
3860 | static void print_load_map(struct obj_file *f) | 3860 | static void print_load_map(struct obj_file *f) |
3861 | { | 3861 | { |
3862 | struct obj_symbol *sym; | ||
3863 | struct obj_symbol **all, **p; | ||
3864 | struct obj_section *sec; | 3862 | struct obj_section *sec; |
3863 | #if ENABLE_FEATURE_INSMOD_LOAD_MAP_FULL | ||
3864 | struct obj_symbol **all, **p; | ||
3865 | int i, nsyms, *loaded; | 3865 | int i, nsyms, *loaded; |
3866 | 3866 | struct obj_symbol *sym; | |
3867 | #endif | ||
3867 | /* Report on the section layout. */ | 3868 | /* Report on the section layout. */ |
3868 | 3869 | ||
3869 | printf("Sections: Size %-*s Align\n", | 3870 | printf("Sections: Size %-*s Align\n", |