Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71658
b: refs/heads/master
c: 4b21960
h: refs/heads/master
v: v3
  • Loading branch information
Trent Piepho authored and Sam Ravnborg committed Oct 18, 2007
1 parent 40cdffa commit 348dd3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 37ab7a269637086d56940c31968f3fb3389b6d68
refs/heads/master: 4b21960f90d4d011e49e386d0525b1e89f320658
3 changes: 3 additions & 0 deletions trunk/scripts/mod/modpost.c
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,9 @@ static struct symbol *sym_add_exported(const char *name, struct module *mod,
"was in %s%s\n", mod->name, name,
s->module->name,
is_vmlinux(s->module->name) ?"":".ko");
} else {
/* In case Modules.symvers was out of date */
s->module = mod;
}
}
s->preloaded = 0;
Expand Down

0 comments on commit 348dd3d

Please sign in to comment.