summaryrefslogtreecommitdiff
path: root/scripts/Makefile.modpost
diff options
context:
space:
mode:
authorKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2003-04-02 02:10:23 -0600
committerKai Germaschewski <kai@tp1.ruhr-uni-bochum.de>2003-04-02 02:10:23 -0600
commit494c779a0cd1f63eeca35eaaa4a4038eca0b4b84 (patch)
tree2d60ae5984da9e650ced26be54fba0e0b33be414 /scripts/Makefile.modpost
parentb35e3015ec7ab817f731ce9a275825484d579abd (diff)
modules: Fix exporting symbols from modules
This patch fixes two issues: o The CONFIG_MODVERSIONING=y case broke at compile time since some functions were not updated with the latest module changes o Exporting symbols from modules stopped working due to confusion of mod->num_syms and mod->num_ksyms. Rename mod->num_ksyms to mod->num_syms, which is more logical since the associated array is called ->syms, and for the kallsyms member use "num_symtab", since the associated array is ->symtab.
Diffstat (limited to 'scripts/Makefile.modpost')
0 files changed, 0 insertions, 0 deletions